summaryrefslogtreecommitdiff
path: root/.travis.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 /.travis.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 '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b819e3e..63dcd3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ matrix:
install:
- bash .ci/deps.${TRAVIS_OS_NAME}.sh
- pip install --upgrade pip
- - pip install --upgrade pytest==2.8.5 pytest-cov==2.2.0 $CDECIMAL freezegun==0.3.9
+ - pip install --upgrade $CDECIMAL pytest==3.3.2 pytest-cov==2.5.1 freezegun==0.3.9
- pip install --editable .
script: