summaryrefslogtreecommitdiff
path: root/.ci/appveyor.yml
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2018-01-19 13:31:17 +0200
committerAarni Koskela <akx@iki.fi>2018-01-19 14:33:57 +0200
commit7bfa3a51a20ddb9dd78e9587095a7986bfc716fb (patch)
treec7bf9d7dba8acb59325d1e666639c30476e7cd5a /.ci/appveyor.yml
parentd72eb13d027ae9f8813c335974a6c2198320161f (diff)
downloadbabel-7bfa3a51a20ddb9dd78e9587095a7986bfc716fb.tar.gz
Update py.test
* Add py.test's .cache to ignore * setup.cfg: Use [tool:pytest] instead of deprecated [pytest]
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 2dfbdd8..816b938 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 freezegun==0.3.9"
+ - "pip install --upgrade pytest==3.3.2 pytest-cov==2.5.1 codecov freezegun==0.3.9"
- "pip install --editable ."
- "python setup.py import_cldr"