pyo3/examples/word-count/tox.ini

14 lines
261 B
INI
Raw Normal View History

2018-10-09 16:21:52 +00:00
[tox]
envlist = py27,
py35,
py36,
py37,
minversion = 3.4.0
skip_missing_interpreters = true
[testenv]
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
usedevelop = True
commands = pytest {posargs}