aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2017-11-06 12:01:41 -0500
committerPaul Ganssle <paul@ganssle.io>2017-11-06 12:01:41 -0500
commit85dc0153e46f5e1831b2bd59e2344e07122881fa (patch)
tree5bab0a8485150b88219ce886c9a0c7893fde0d69 /.travis.yml
parentd470bde93beff5e01d61bfb0686a4c95e9ea49ae (diff)
downloaddateutil-85dc0153e46f5e1831b2bd59e2344e07122881fa.tar.gz
Switch testing and CI scripts to use test_requirements.txt
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 84fbb1f..00b1b4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,12 +19,10 @@ before_install:
# Install codecov
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1; fi
- if [[ $TRAVIS_PYTHON_VERSION < '3.0' ]]; then pip install mock; fi
+ - pip install -r test_requirements.txt
- pip install codecov
- - pip install freezegun
- - pip install pytest
install:
- - pip install six
- ./ci_tools/retry.sh python updatezinfo.py
script: