8000 Remove upgrade command from travis build file · BioComputing/twilio-python@1777fd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1777fd7

Browse files
committed
Remove upgrade command from travis build file
1 parent 79a7a67 commit 1777fd7

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 --upgrade
9+
- pip install virtualenv
1010
- make install
1111
- make test-install
1212
script:

0 commit comments

Comments
 (0)
0