Skip to content

Commit cebecf1

Browse files
committed
Fix py34 builds
1 parent 0d754c1 commit cebecf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ install:
1515
- travis_retry pip install -U .
1616
- travis_retry pip install -U -r dev-requirements.txt
1717
- travis_retry pip install -U apispec"$APISPEC_VERSION"
18+
# Fix travis issue with py3.4 builds
19+
- travis_retry pip install -U six
1820
before_script:
1921
- flake8 flask_apispec
2022
script: py.test

0 commit comments

Comments
 (0)