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 9e2ce16 commit fad3811Copy full SHA for fad3811
.travis.yml
@@ -19,6 +19,7 @@ cache: pip
19
install:
20
- pip install -r dev_requirements.txt
21
script:
22
+ - echo $STREAM_KEY
23
- py.test -lv --cov=./
24
after_script:
25
- "pep8 --exclude=migrations --ignore=E501,E225,W293 stream"
0 commit comments