aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-07-02 10:45:47 -0400
committerPaul Ganssle <paul@ganssle.io>2018-07-02 11:56:41 -0400
commitf9addd13bfa105f72788336d7928f66f85588c74 (patch)
treea514a61b55f97e77aa19a01840abae3cac8e5cd6 /.travis.yml
parent6f9422a0bb398573eee9a81b47e4ac98abc17246 (diff)
downloaddateutil-f9addd13bfa105f72788336d7928f66f85588c74.tar.gz
Add tz test environment to test against master of tz
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c74103..6fa4532 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,8 @@ 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
@@ -29,7 +31,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
+ - if [[ $TOXENV == "py" ]]; then ./ci_tools/retry.sh python updatezinfo.py; fi
script:
- tox