summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2020-01-07 18:38:54 -0800
committerGitHub <noreply@github.com>2020-01-07 18:38:54 -0800
commit9e824c0e8aabd93f0d366ea9cac721a22ebc03a1 (patch)
tree9fbb6c60325fcb57215f8ab950b70c2b1b8ef3b5
parentf4ccdb25560f509407065c5f21b247b94b9a0274 (diff)
downloadsix-git-9e824c0e8aabd93f0d366ea9cac721a22ebc03a1.tar.gz
Update pytest for most Python versions. (#318)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dddd5c2..772aeff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ install:
- pip install --upgrade --force-reinstall "setuptools; python_version != '3.3'" "setuptools < 40; python_version == '3.3'"
- pip uninstall --yes six || true
- pip install --upgrade --force-reinstall --ignore-installed -e .
-- 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
- &py_pkg_list pip list --format=columns || pip list
script:
- py.test