There was an error while loading. Please reload this page.
1 parent d8183c7 commit 9490b03Copy full SHA for 9490b03
.travis.yml
@@ -3,6 +3,10 @@ python:
3
- "3.6"
4
install:
5
- pip install -r requirements.txt
6
+ - pip install coveralls
7
8
script:
9
python -m unittest discover test
10
+
11
+after_success:
12
+ - coveralls
0 commit comments