We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03133b5 commit 284098fCopy full SHA for 284098f
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ notifications:
9
- [email protected]
10
11
install:
12
- - pip install dev_requirements.txt
+ - pip install -r dev_requirements.txt
13
script:
14
- py.test stream/tests.py -slv --cov stream --cov-report term-missing
15
after_script:
0 commit comments