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 f586ca9 commit 1f7d69cCopy full SHA for 1f7d69c
.travis.yml
@@ -8,3 +8,7 @@ python:
8
9
install:
10
- pip install -r requirements.txt
11
+ - pip install coveralls
12
+
13
+script:
14
+ - python manage.py cov
0 commit comments