Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dad97e7

Browse files
authored
Update .travis.yml
1 parent 5277ce6 commit dad97e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ notifications:
2020
install:
2121
- pip install -r dev_requirements.txt
2222
script:
23-
- py.test stream/tests.py -lv --cov stream --cov-report term-missing
23+
- py.test -lv --cov stream --cov-report term-missing
2424
after_script:
2525
# ensure we validate against pep standards
2626
- "pep8 --exclude=migrations --ignore=E501,E225,W293 stream"

0 commit comments

Comments
 (0)