Workaround for py35

pull/101/head
Hugo 7 years ago
parent 4172699812
commit f4a04732fd

@ -9,6 +9,10 @@ env:
- TOX_ENV=py35
- TOX_ENV=py36
before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8363
- pyenv global system 3.5
install:
- travis_retry pip install -U pip wheel tox
- travis_retry pip install -U -r requirements.txt -e .

Loading…
Cancel
Save