Skip to content

Commit 0843693

Browse files
authored
Merge pull request #213 from OpenDataServices/travis-latest-six
Install the latest six, to avoid errors on upgrade
2 parents bb485e6 + f097491 commit 0843693

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
@@ -7,7 +7,7 @@ python:
77
- "3.6"
88
# Apparently six must be installed first, otherwise setup.py will be unhappy
99
install:
10-
- pip install six
10+
- pip install --upgrade six
1111
- pip install --upgrade -r requirements_dev.txt
1212
script: py.test --cov .
1313
after_success: coveralls

0 commit comments

Comments
 (0)