We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d964f0b commit 22e2ffcCopy full SHA for 22e2ffc
.travis.yml
@@ -28,8 +28,8 @@ before_script:
28
- sudo cp chromedriver /usr/local/bin/
29
- sudo chmod +x /usr/local/bin/chromedriver
30
script:
31
- - "nosetests examples/my_first_test.py --with-selenium --browser=chrome -s"
32
- - "pytest examples/my_first_test.py --with-selenium --browser=firefox -s"
33
- - "pytest examples/my_first_test.py --with-selenium --browser=phantomjs"
+ - "nosetests examples/my_first_test.py --browser=chrome -s"
+ - "pytest examples/my_first_test.py --browser=firefox -s"
+ - "pytest examples/my_first_test.py --browser=phantomjs"
34
notifications:
35
email: false
0 commit comments