Skip to content

Commit 73ecbeb

Browse files
committed
Adding installation of coverage package for travis-CI.
1 parent 04ee206 commit 73ecbeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ before_install:
88
- virtualenv --system-site-packages ~/virtualenv/this
99
- source ~/virtualenv/this/bin/activate
1010
install:
11-
# - pip install -r requirements.txt
11+
- pip install -r requirements.txt
1212
- pip install nose
13+
- pip install coverage
1314
- pip install coveralls
1415
- python setup.py install
1516
script:

0 commit comments

Comments
 (0)