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

[testenv]
usedevelop = true
whitelist_externals = make
deps = .[docs,test]
commands = make check