Skip to content

Commit e1fd9f8

Browse files
committed
Pin tox version to 2.1.1 to workaround tox issue pytest-dev#285.
See https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files for more details.
1 parent 3c7a7b9 commit e1fd9f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ install:
5555
- sed -i.bak 's/whitelist_externals =/\0\n travis_retry_pip/' tox.ini
5656
- diff tox.ini tox.ini.bak && return 1 || true
5757

58-
- pip install tox
58+
- pip install tox==2.1.1
5959
script: tox -e $TESTENV

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def make_travis_yml(envs):
253253
- sed -i.bak 's/whitelist_externals =/\\0\\n travis_retry_pip/' tox.ini
254254
- diff tox.ini tox.ini.bak && return 1 || true
255255
256-
- pip install tox
256+
- pip install tox==2.1.1
257257
script: tox -e $TESTENV
258258
""").strip("\n")
259259
testenvs = '\n'.join(' - TESTENV=%s' % testenv_name(env) for env in envs)

0 commit comments

Comments
 (0)