Skip to content

Commit 6164fa0

Browse files
committed
Fixing the Travis test config for coverage.
1 parent 4e44dc4 commit 6164fa0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ python:
44
- "2.6"
55
- "2.7"
66
install:
7-
- ./configure etc/conf/tests
7+
- ./configure etc/conf
8+
# extra reqs for testings on Travis
9+
- pip install coverage coveralls
810
script:
9-
- "coverage run --source=about_code_tool setup.py test"
11+
- coverage run --source=about_code_tool setup.py test
1012
after_success:
1113
- coveralls

etc/conf/tests/base.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)