summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 7c4cbd829cdf7e7d6543d6b18e9d81b639b90c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
isolated_build = True
envlist = py39,py38,py37,py36
skip_missing_interpreters = True

[gh-actions]
# https://github.com/ymyzk/tox-gh-actions
python =
    3.6: py36
    3.7: py37
    3.8: py38
    3.9: py39
    pypy3: pypy3

[testenv]
whitelist_externals = make
commands =
    make install
    make pytest