We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf2eac commit 73053a7Copy full SHA for 73053a7
.travis.yml
@@ -3,7 +3,8 @@ python:
3
- "3.5"
4
- "3.6"
5
install:
6
- - pip install -r requirements.txt
+ - pip install -r requirements.txt
7
+ - pip install codecov
8
script: python setup.py test
9
branches:
10
only:
0 commit comments