rust2rpm/tox.ini
Igor Gnatenko df2468eefb test on py33 and py34 as well
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-02-05 21:08:10 +01:00

11 lines
167 B
INI

[tox]
envlist = py33,py34,py35,py36
skipsdist = True
[testenv]
deps =
pytest
-rrequirements.txt
whitelist_externals =
cargo
commands = py.test -v test.py