Skip to content

Commit 90a383e

Browse files
committed
Fix travis virtualenv bug
1 parent 2798f59 commit 90a383e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ branches:
1010
only:
1111
- master
1212
- /^v[0-9]/
13-
before_install: pip install tox-travis
13+
before_install:
14+
- pip install virtualenv==15.2.0
15+
- pip install tox-travis
1416
script: tox
1517
before_deploy:
1618
- pip install -e .

0 commit comments

Comments
 (0)