2018-08-08 13:31:41 +00:00
|
|
|
[tox]
|
|
|
|
envlist = py27,
|
|
|
|
py35,
|
|
|
|
py36,
|
|
|
|
py37,
|
|
|
|
minversion = 2.9.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}
|