mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-12-06 20:59:03 +00:00
12 lines
156 B
INI
12 lines
156 B
INI
|
[tox]
|
||
|
envlist = py27,py34,py35,py36
|
||
|
skip_missing_interpreters = True
|
||
|
|
||
|
[testenv]
|
||
|
commands =
|
||
|
python setup.py test
|
||
|
|
||
|
[testenv:py27]
|
||
|
deps =
|
||
|
configparser
|