pyo3/tox.ini
2018-11-12 22:30:43 +01:00

15 lines
273 B
INI

[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
commands = cargo test