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 27afc3f commit f2522feCopy full SHA for f2522fe
.travis.yml
@@ -2,5 +2,11 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
-install: "pip install -r requirements.txt --use-mirrors"
6
-script: python setup.py test
+install:
+ - "pip install -r requirements.txt --use-mirrors"
7
+ - "pip install coverage"
8
+ - "pip install coveralls"
9
+script:
10
+ - "coverage run --source=about_code_tool setup.py test"
11
+after_success:
12
+ coveralls
0 commit comments