Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277ce6 commit dad97e7Copy full SHA for dad97e7
.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