aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2017-11-12 12:10:48 -0500
committerPaul Ganssle <paul@ganssle.io>2017-11-12 12:21:48 -0500
commitef26a6a3f1884c79f4778a40fe9f8623cca90338 (patch)
treea9d6d9467566102283f20f50470ea31d010db257 /.travis.yml
parent4be9f10cd5b0d710abb414cf7734e0f807889fc5 (diff)
downloaddateutil-ef26a6a3f1884c79f4778a40fe9f8623cca90338.tar.gz
Use conditionals in test_requirements.txt instead of in CI scripts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e05f63b..19bc439 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,6 @@ matrix:
before_install:
# Install test dependencies
- - 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