12 lines
157 B
INI
12 lines
157 B
INI
|
[tox]
|
||
|
envlist = py35,py36
|
||
|
skipsdist = True
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
pytest
|
||
|
-rrequirements.txt
|
||
|
whitelist_externals =
|
||
|
cargo
|
||
|
commands = py.test -v test.py
|