9 lines
140 B
INI
9 lines
140 B
INI
[tox]
|
|
envlist = py27,py36,py37,py38
|
|
|
|
[testenv]
|
|
deps=
|
|
commands= ./waf distclean
|
|
./waf configure {posargs}
|
|
./waf check -v
|