aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-05-20 20:49:28 -0400
committerPaul Ganssle <paul@ganssle.io>2018-05-22 15:04:33 -0400
commitca19f95d77e88e113bc5174bc8543cfde959582e (patch)
tree5ff29f76403d74436e87214d0681ac72ad97c5fb /.travis.yml
parent5d0f8c98d1f213fd59eaa18b8d8a28c166519f8f (diff)
downloaddateutil-ca19f95d77e88e113bc5174bc8543cfde959582e.tar.gz
Pin virtualenv on Python 3.3 due to vendored version of wheel
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3329ab0..2e08905 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ matrix:
install:
- pip install -U six && pip install -U tox
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install 'virtualenv<16.0'; fi
- ./ci_tools/retry.sh python updatezinfo.py
script: