Skip to content

Commit

Permalink
Add Python3.9 and Pyramid2 in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
olemoign committed May 18, 2021
1 parent 2061632 commit 65776ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py36,py37,py38,pypy3,
py38-pyramid{13,14,15,16,17,18,110},
py36,py37,py38,py39,pypy3,
py38-pyramid{13,14,15,16,17,18,110,20},
py38-cover,coverage,
docs

Expand All @@ -15,6 +15,7 @@ deps =
pyramid18: pyramid <= 1.8.99
pyramid19: pyramid <= 1.9.99
pyramid110: pyramid <= 1.10.99
pyramid20: pyramid <= 2.0.99

commands =
python --version
Expand Down

0 comments on commit 65776ef

Please sign in to comment.