Skip to content

Commit 154a43f

Browse files
committed
require six >= 1.14
1 parent fd19d86 commit 154a43f

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

9393

9494
script:

0 commit comments

Comments
 (0)