don't capture output

This commit is contained in:
Ketan Patel 2017-05-18 12:11:33 -04:00
parent 5490cf8f39
commit 4d2390fa5a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ script:
- "firefox --version"
- "nosetests examples/my_first_test.py --with-selenium --browser=firefox -s"
- "pytest examples/my_first_test.py --with-selenium --browser=firefox -s"
- "pytest examples/my_first_test.py --with-selenium --browser=phantomjs -s"
- "pytest examples/my_first_test.py --with-selenium --browser=phantomjs"
env:
matrix:
- BROWSER=firefox