We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7a7b9 commit e1fd9f8Copy full SHA for e1fd9f8
.travis.yml
@@ -55,5 +55,5 @@ install:
55
- sed -i.bak 's/whitelist_externals =/\0\n travis_retry_pip/' tox.ini
56
- diff tox.ini tox.ini.bak && return 1 || true
57
58
- - pip install tox
+ - pip install tox==2.1.1
59
script: tox -e $TESTENV
generate_configurations.py
@@ -253,7 +253,7 @@ def make_travis_yml(envs):
253
- sed -i.bak 's/whitelist_externals =/\\0\\n travis_retry_pip/' tox.ini
254
255
256
257
258
""").strip("\n")
259
testenvs = '\n'.join(' - TESTENV=%s' % testenv_name(env) for env in envs)
0 commit comments