We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5490cf8 commit 4d2390fCopy full SHA for 4d2390f
.travis.yml
@@ -22,7 +22,7 @@ script:
22
- "firefox --version"
23
- "nosetests examples/my_first_test.py --with-selenium --browser=firefox -s"
24
- "pytest examples/my_first_test.py --with-selenium --browser=firefox -s"
25
- - "pytest examples/my_first_test.py --with-selenium --browser=phantomjs -s"
+ - "pytest examples/my_first_test.py --with-selenium --browser=phantomjs"
26
env:
27
matrix:
28
- BROWSER=firefox
0 commit comments