15 lines
273 B
INI
15 lines
273 B
INI
[tox]
|
|
envlist = py35,
|
|
py36,
|
|
py37,
|
|
py38,
|
|
minversion = 3.4.0
|
|
skip_missing_interpreters = true
|
|
|
|
[testenv]
|
|
description = Run the unit tests under {basepython}
|
|
skip_install = True
|
|
usedevelop = True
|
|
whitelist_externals = cargo
|
|
commands = cargo test
|