summaryrefslogtreecommitdiff
path: root/tox.ini
blob: ce97e9909c57dbd1ef62e60902052e1d4fd3d0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
isolated_build = True
envlist = py38,py37,py36
skip_missing_interpreters = True

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