1 parent f4ccdb2 commit 9e824c0Copy full SHA for 9e824c0
1 file changed
.travis.yml
@@ -15,7 +15,7 @@ install:
15
- pip install --upgrade --force-reinstall "setuptools; python_version != '3.3'" "setuptools < 40; python_version == '3.3'"
16
- pip uninstall --yes six || true
17
- pip install --upgrade --force-reinstall --ignore-installed -e .
18
-- pip install pytest==2.9.2 typing
+- pip install "pytest==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" typing
19
- &py_pkg_list pip list --format=columns || pip list
20
script:
21
- py.test
0 commit comments