pyo3/tox.ini

15 lines
274 B
INI
Raw Normal View History

2018-10-09 16:49:54 +00:00
[tox]
2021-11-19 10:45:27 +00:00
envlist = py37,
2020-02-01 13:40:54 +00:00
py38,
2021-11-19 10:45:27 +00:00
py39,
py310,
minversion = 3.7.0
2018-10-09 16:49:54 +00:00
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