2018-10-09 16:21:52 +00:00
|
|
|
[tox]
|
2019-03-22 13:07:33 +00:00
|
|
|
envlist = py35,
|
2018-10-09 16:21:52 +00:00
|
|
|
py36,
|
|
|
|
py37,
|
|
|
|
minversion = 3.4.0
|
|
|
|
skip_missing_interpreters = true
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
description = Run the unit tests under {basepython}
|
|
|
|
deps = -rrequirements-dev.txt
|
|
|
|
usedevelop = True
|
2019-01-09 21:00:29 +00:00
|
|
|
commands = pytest {posargs}
|