Define gh-actions matrix.

This commit is contained in:
Jannis Leidel 2020-11-23 15:57:55 +01:00
parent 78ec3a1f4b
commit 178007ad39
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

11
tox.ini
View file

@ -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