Update Deploy Script

This commit is contained in:
Michael Mintz 2017-10-06 19:43:35 -04:00
parent d5a2bc3ad6
commit 75a51e7f90
1 changed files with 0 additions and 4 deletions

View File

@ -25,9 +25,5 @@ before_script:
script:
- "pytest examples/my_first_test.py --with-selenium --browser=phantomjs"
- "pytest examples/my_first_test.py --with-selenium --browser=firefox -s"
env:
matrix:
- BROWSER=phantomjs
- BROWSER=firefox
notifications:
email: false