Skip to content

Commit bb72bc6

Browse files
committed
.travis.yml: install a recent version of six, since some tests depend on it.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent 9b0e66d commit bb72bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ script: coverage run --branch --source=libmodernize setup.py test
99
install:
1010
- pip install .
1111
- pip install 'coveralls==0.4.2'
12+
- pip install 'six >= 1.8.0'
1213
after_success:
1314
coveralls

0 commit comments

Comments
 (0)