Skip to content

Commit

Permalink
Run CI on Pytest 6 on new Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 10, 2020
1 parent 512092b commit e196618
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -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"
Expand Down

0 comments on commit e196618

Please sign in to comment.