Skip to content

Commit 22e2ffc

Browse files
committed
Update deploy script.
1 parent d964f0b commit 22e2ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ before_script:
2828
- sudo cp chromedriver /usr/local/bin/
2929
- sudo chmod +x /usr/local/bin/chromedriver
3030
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"
31+
- "nosetests examples/my_first_test.py --browser=chrome -s"
32+
- "pytest examples/my_first_test.py --browser=firefox -s"
33+
- "pytest examples/my_first_test.py --browser=phantomjs"
3434
notifications:
3535
email: false

0 commit comments

Comments
 (0)