summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 4c7a792e3b757f6b1a5b7020366120426de592b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py36,py37,py38,py39,py310,pypy3
minversion = 3.1

[testenv]
usedevelop = true
whitelist_externals = make
extras =
  docs
  test
commands = make check