aboutsummaryrefslogtreecommitdiff
path: root/appveyor.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 /appveyor.yml
parentd470bde93beff5e01d61bfb0686a4c95e9ea49ae (diff)
downloaddateutil-85dc0153e46f5e1831b2bd59e2344e07122881fa.tar.gz
Switch testing and CI scripts to use test_requirements.txt
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 30d7130..d8fdb8a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,11 +20,8 @@ install:
- set pip_cmd=%PYTHON%/python.exe -m pip
# Download scripts and dependencies
- - "%pip_cmd% install six"
- - "%pip_cmd% install coverage"
+ - "%pip_cmd% install -r test_requirements.txt"
- "%pip_cmd% install codecov"
- - "%pip_cmd% install pytest"
- - "%pip_cmd% install freezegun"
# This frequently fails with network errors, so we'll retry it up to 5 times
# with a 1 minute rate limit.