Skip to content

Commit e03d2a6

Browse files
committed
Upgrade six bfore installing package
1 parent cebecf1 commit e03d2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ python:
1111
- pypy
1212
before_install:
1313
- travis_retry pip install codecov
14+
# Fix travis issue with py3.4 builds
15+
- travis_retry pip install -U six
1416
install:
1517
- travis_retry pip install -U .
1618
- travis_retry pip install -U -r dev-requirements.txt
1719
- travis_retry pip install -U apispec"$APISPEC_VERSION"
18-
# Fix travis issue with py3.4 builds
19-
- travis_retry pip install -U six
2020
before_script:
2121
- flake8 flask_apispec
2222
script: py.test

0 commit comments

Comments
 (0)