summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 4973a7e7fc0adc48319390f36e01d151809b9022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
isolated_build = True
envlist = 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
    pypy3: pypy3

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