10000 Lock virtualenv to a Python 3.3 compatible version · DataXujing/twilio-python@6f98d73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f98d73

Browse files
committed
Lock virtualenv to a Python 3.3 compatible version
1 parent 1777fd7 commit 6f98d73

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
@@ -6,7 +6,7 @@ python:
66
- "3.5"
77
- "3.6"
88
install:
9-
- pip install virtualenv
9+
- pip install virtualenv==15.2.0
1010
- make install
1111
- make test-install
1212
script:

0 commit comments

Comments
 (0)
0