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 4e44dc4 commit 6164fa0Copy full SHA for 6164fa0
.travis.yml
@@ -4,8 +4,10 @@ python:
4
- "2.6"
5
- "2.7"
6
install:
7
- - ./configure etc/conf/tests
+ - ./configure etc/conf
8
+ # extra reqs for testings on Travis
9
+ - pip install coverage coveralls
10
script:
- - "coverage run --source=about_code_tool setup.py test"
11
+ - coverage run --source=about_code_tool setup.py test
12
after_success:
13
- coveralls
etc/conf/tests/base.txt
0 commit comments