summaryrefslogtreecommitdiff
path: root/.ci/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/appveyor.yml')
-rw-r--r--.ci/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index d4135e0..eb9ba86 100644
--- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -27,7 +27,7 @@ install:
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# Build data files
- - "pip install --upgrade pytest==3.3.2 pytest-cov==2.5.1 codecov freezegun==0.3.11"
+ - "pip install --upgrade pytest==4.3.1 pytest-cov==2.6.1 codecov freezegun==0.3.11"
- "pip install --editable ."
- "python setup.py import_cldr"