There was an error while loading. Please reload this page.
2 parents a454fd9 + 61b4772 commit 1c26d83Copy full SHA for 1c26d83
1 file changed
.travis.yml
@@ -2,6 +2,10 @@ language: python
2
python:
3
- 3.5
4
install:
5
- - pip install -r requirements.txt
+ - pip install -r requirements.txt
6
+ - pip install codecov
7
+ - pip install pytest pytest-cov
8
script:
- - pytest
9
+ - pytest --cov=./
10
+after_success:
11
+ - codecov
0 commit comments