8000 require virtualenv < 20.0 · Sivateja0689/python-sasctl@36a523d · GitHub
[go: up one dir, main page]

Skip to content

Commit 36a523d

Browse files
committed
require virtualenv < 20.0
1 parent 154a43f commit 36a523d

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
@@ -88,7 +88,7 @@ matrix:
8888

8989

9090
install:
91-
- pip install tox "six>=1.14.0" # workaround for pip issue: https://github.com/pypa/virtualenv/issues/1551#issuecomment-584148133
91+
- pip install tox "virtualenv<20.0.0" # workaround for pip issue: https://github.com/pypa/virtualenv/issues/1551#issuecomment-584148133
9292

9393

9494
script:

0 commit comments

Comments
 (0)
0