summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2019-05-27 10:17:57 +0300
committerGitHub <noreply@github.com>2019-05-27 10:17:57 +0300
commit88fe29b9c140320990e56fc350a8a92f58b850b4 (patch)
tree7fe0ba7d5a694a9802f64ecb70174c9d47ee2ff8 /.travis.yml
parent69cda1d2082444ed99836d92135f175d20555463 (diff)
parent897fa81beb6236ff4f4e6402c49e257459dcacb7 (diff)
downloadbabel-88fe29b9c140320990e56fc350a8a92f58b850b4.tar.gz
Merge pull request #635 from hroncok/pytest4
Fix conftest.py compatibility with pytest 4.3
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 c9c0a9b..9fad4fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ matrix:
install:
- bash .ci/deps.${TRAVIS_OS_NAME}.sh
- pip install --upgrade pip
- - pip install --upgrade $CDECIMAL pytest==3.3.2 pytest-cov==2.5.1 freezegun==0.3.11
+ - pip install --upgrade $CDECIMAL pytest==4.3.1 pytest-cov==2.6.1 freezegun==0.3.11
- pip install --editable .
script: