Skip to content

Commit f6d206f

Browse files
msullivanJukkaL
authored andcommitted
Pin tox version to 3.7.0 (#6597)
tox 3.8.0 broke something about how we specified dependencies. I've filed a bug with tox, but let's just pin versions for now.
1 parent d2ff0d4 commit f6d206f

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
@@ -51,7 +51,7 @@ jobs:
5151

5252
install:
5353
- pip install -U pip setuptools
54-
- pip install -U tox
54+
- pip install -U tox==3.7.0
5555
- tox --notest
5656

5757
script:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010

1111
install:
1212
- "git submodule update --init mypy/typeshed"
13-
- "%PYTHON%\\python.exe -m pip install -U setuptools tox"
13+
- "%PYTHON%\\python.exe -m pip install -U setuptools tox==3.7.0"
1414
- "%PYTHON%\\python.exe -m tox -e py37 --notest"
1515

1616
build: off

0 commit comments

Comments
 (0)