aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3329ab0..733767f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,12 +18,21 @@ matrix:
include:
- python: 3.6
env: TOXENV=docs
+ - python: 3.6
+ env: TOXENV=tz
+ - python: 3.7
+ # This is required until Travis has a default image that
+ # can run Python 3.7
+ dist: xenial
+ sudo: required
allow_failures:
- python: "nightly"
install:
- pip install -U six && pip install -U tox
- - ./ci_tools/retry.sh python updatezinfo.py
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install 'virtualenv<16.0'; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install 'setuptools<40.0'; fi
+ - if [[ $TOXENV == "py" ]]; then ./ci_tools/retry.sh python updatezinfo.py; fi
script:
- tox