We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4172699 commit f4a0473Copy full SHA for f4a0473
1 file changed
.travis.yml
@@ -9,6 +9,10 @@ env:
9
- TOX_ENV=py35
10
- TOX_ENV=py36
11
12
+before_install:
13
+ # work around https://github.com/travis-ci/travis-ci/issues/8363
14
+ - pyenv global system 3.5
15
+
16
install:
17
- travis_retry pip install -U pip wheel tox
18
- travis_retry pip install -U -r requirements.txt -e .
0 commit comments