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 d2ff0d4 commit f6d206fCopy full SHA for f6d206f
.travis.yml
@@ -51,7 +51,7 @@ jobs:
51
52
install:
53
- pip install -U pip setuptools
54
-- pip install -U tox
+- pip install -U tox==3.7.0
55
- tox --notest
56
57
script:
appveyor.yml
@@ -10,7 +10,7 @@ environment:
10
11
12
- "git submodule update --init mypy/typeshed"
13
- - "%PYTHON%\\python.exe -m pip install -U setuptools tox"
+ - "%PYTHON%\\python.exe -m pip install -U setuptools tox==3.7.0"
14
- "%PYTHON%\\python.exe -m tox -e py37 --notest"
15
16
build: off
0 commit comments