There was an error while loading. Please reload this page.
1 parent 5277ce6 commit dad97e7Copy full SHA for dad97e7
1 file changed
.travis.yml
@@ -20,7 +20,7 @@ notifications:
20
install:
21
- pip install -r dev_requirements.txt
22
script:
23
- - py.test stream/tests.py -lv --cov stream --cov-report term-missing
+ - py.test -lv --cov stream --cov-report term-missing
24
after_script:
25
# ensure we validate against pep standards
26
- "pep8 --exclude=migrations --ignore=E501,E225,W293 stream"
0 commit comments