2018-10-09 16:49:54 +00:00
|
|
|
[tox]
|
|
|
|
envlist = py27,
|
|
|
|
py35,
|
|
|
|
py36,
|
|
|
|
py37,
|
|
|
|
minversion = 3.4.0
|
|
|
|
skip_missing_interpreters = true
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
description = Run the unit tests under {basepython}
|
|
|
|
skip_install = True
|
|
|
|
usedevelop = True
|
|
|
|
whitelist_externals = cargo
|
2018-11-12 21:30:43 +00:00
|
|
|
commands = cargo test
|