diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-03-05 17:12:27 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-03-05 17:12:27 -0500 |
| commit | 5ff527aa357195997a4fbe6d04661a2f187b165f (patch) | |
| tree | a2184b04e5dc035c93245dfd41a1dfd3ad33ab23 | |
| parent | 39f29d6e0efd6a1e688cd057fb29877648061893 (diff) | |
| download | external_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.yml | 2 |
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 |
