mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Define gh-actions matrix.
This commit is contained in:
parent
78ec3a1f4b
commit
178007ad39
1 changed files with 11 additions and 0 deletions
11
tox.ini
11
tox.ini
|
|
@ -11,3 +11,14 @@ deps =
|
|||
coverage
|
||||
py27: unittest2
|
||||
pypy: unittest2
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
2.7: py27
|
||||
3.4: py34
|
||||
3.5: py35
|
||||
3.6: py36
|
||||
3.7: py37
|
||||
3.8: py38
|
||||
pypy2: pypy
|
||||
pypy3: pypy3
|
||||
|
|
|
|||
Loading…
Reference in a new issue