2018-08-08 13:31:41 +00:00
|
|
|
[tox]
|
2019-03-22 13:07:33 +00:00
|
|
|
envlist = py35,
|
2018-08-08 13:31:41 +00:00
|
|
|
py36,
|
|
|
|
py37,
|
2019-11-17 04:07:36 +00:00
|
|
|
py38,
|
2020-10-08 05:21:25 +00:00
|
|
|
pypy3
|
2019-04-24 13:43:37 +00:00
|
|
|
minversion = 3.4.0
|
2018-08-08 13:31:41 +00:00
|
|
|
skip_missing_interpreters = true
|
2019-04-24 13:43:37 +00:00
|
|
|
isolated_build = true
|
2018-08-08 13:31:41 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
description = Run the unit tests under {basepython}
|
|
|
|
deps = -rrequirements-dev.txt
|
2019-01-09 21:00:29 +00:00
|
|
|
commands = pytest {posargs}
|