summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorNarendra Vardi <narendravardi@users.noreply.github.com>2017-08-18 20:18:26 +0530
committerAarni Koskela <akx@iki.fi>2017-08-18 17:48:26 +0300
commit1da04fd0af20162fe4e2b503a5fcae8f25267010 (patch)
tree07d026a137b71958e144eee98d18b7591cb4dd91 /.ci
parente6a926a78d7286b84ff482ed1f61131518532190 (diff)
downloadbabel-1da04fd0af20162fe4e2b503a5fcae8f25267010.tar.gz
Use a fixed datetime to avoid test failures (#520)
freezegun library added to travis build and appveyor Fixes #507
Diffstat (limited to '.ci')
-rw-r--r--.ci/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index e0db913..2dfbdd8 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==2.8.5 pytest-cov==2.2.0 codecov"
+ - "pip install --upgrade pytest==2.8.5 pytest-cov==2.2.0 codecov freezegun==0.3.9"
- "pip install --editable ."
- "python setup.py import_cldr"