summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b215c1e4897211db2ea5217207598f1ff2e9e72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py26,py27,py33,py34,py35,py36,py37,py38,py39,py310

[gh-actions]
python =
    2.7: py27
    3.5: py35
    3.6: py36
    3.7: py37
    3.8: py38
    3.9: py39
    3.10: py310