Skip to content

Commit

Permalink
Pin tox version to 3.7.0 (#6597)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
msullivan authored and JukkaL committed Mar 29, 2019
1 parent d2ff0d4 commit f6d206f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -51,7 +51,7 @@ jobs:

install:
- pip install -U pip setuptools
- pip install -U tox
- pip install -U tox==3.7.0
- tox --notest

script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -10,7 +10,7 @@ environment:

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

build: off
Expand Down

0 comments on commit f6d206f

Please sign in to comment.