summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2021-01-02 23:13:52 -0600
committerGitHub <noreply@github.com>2021-01-02 23:13:52 -0600
commitc2a593503c0365a9bde3d6265df6513d1d6762cc (patch)
treec60b266c1ffc183163692f61d5eb01964af2b632
parentc0be8815d13df45b6ae471c4c436cce8c192245d (diff)
downloadsix-git-c2a593503c0365a9bde3d6265df6513d1d6762cc.tar.gz
Don't install typing. (#344)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 772aeff..86d7148 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==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" typing
+- pip install "pytest==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" "typing; python_version < '3'"
- &py_pkg_list pip list --format=columns || pip list
script:
- py.test