summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-11-04 18:54:41 -0800
committerGitHub <noreply@github.com>2019-11-04 18:54:41 -0800
commitefd43d0f55fa082f3f0f547a6b8366241696a5fe (patch)
tree668866e82c439af7c628f038b4478d7b208166d1
parent10538f7217d7aad3976bb379f6af3187da61eb30 (diff)
downloadsix-git-efd43d0f55fa082f3f0f547a6b8366241696a5fe.tar.gz
Pin pytest. (#306)
We are obliged to use a very old version that supports Python 3.2.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ccf7f0f..0dcba76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,10 @@ install:
- pip install --upgrade --force-reinstall "setuptools; python_version != '3.2' and python_version != '3.3'" "setuptools < 30; python_version == '3.2'" "setuptools < 40; python_version == '3.3'"
- pip uninstall --yes six || true
- pip install --upgrade --force-reinstall --ignore-installed -e .
-- pip install pytest typing
+- pip install pytest==2.9.2 typing
- &py_pkg_list pip list --format=columns || pip list
script:
-- pytest
+- py.test
- echo Checking whether installation flow is not broken...
- pip uninstall --yes six || true
- pip install --ignore-installed .