aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-05 17:12:27 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-03-05 17:12:27 -0500
commit5ff527aa357195997a4fbe6d04661a2f187b165f (patch)
treea2184b04e5dc035c93245dfd41a1dfd3ad33ab23
parent39f29d6e0efd6a1e688cd057fb29877648061893 (diff)
downloadexternal_python_setuptools-5ff527aa357195997a4fbe6d04661a2f187b165f.tar.gz
external_python_setuptools-5ff527aa357195997a4fbe6d04661a2f187b165f.tar.bz2
external_python_setuptools-5ff527aa357195997a4fbe6d04661a2f187b165f.zip
Exclude tox-venv on Python 3.3, where it fails.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a8494c03..ffbd72a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ cache: pip
install:
# need tox to get started
-- pip install tox tox-venv
+- pip install tox 'tox-venv; python_version!="3.3"'
# Output the env, to verify behavior
- env