Skip to content

Commit 12ae3b8

Browse files
committed
Missing dep for Travis not to fail
1 parent b9d7a06 commit 12ae3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "3.2"
55
- "3.3"
66
install:
7-
- pip install coverage==3.7.1 tox==1.9.2
7+
- pip install coverage==3.7.1 tox==1.9.2 virtualenv==13.1.2
88
script:
99
- tox
1010
- coverage run --rcfile=.coveragerc setup.py test -s tests.unit

0 commit comments

Comments
 (0)