summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2020-11-11 10:35:35 +0200
committerGitHub <noreply@github.com>2020-11-11 10:35:35 +0200
commit6e29f11234a046fca4716b8804f8cd62c7b51166 (patch)
tree92af670c83eb8dcc203c9d5a4a6fee928ad7317a /tox.ini
parent688d1310e9adfa1c3543b563e275b3faffd88c96 (diff)
downloadbabel-6e29f11234a046fca4716b8804f8cd62c7b51166.tar.gz
Py.test 6 support (#752)
* Support Py.test 6+ * Run CI on Py.test 6 on new Pythons
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c069c59..27faf5b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,8 +3,9 @@ envlist = py27, pypy, py34, py35, py36, py37, pypy3, py27-cdecimal
[testenv]
deps =
- pytest==4.3.1
- pytest-cov==2.6.1
+ pytest==4.3.1;python_version<"3.5"
+ pytest==6.1.2;python_version>="3.5"
+ pytest-cov
cdecimal: m3-cdecimal
freezegun==0.3.12
backports.zoneinfo;python_version>"3.6" and python_version<"3.9"