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

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