send2trash/tox.ini

12 lines
156 B
INI
Raw Permalink Normal View History

2017-08-03 19:31:39 -05:00
[tox]
envlist = py27,py34,py35,py36
skip_missing_interpreters = True
[testenv]
commands =
python setup.py test
[testenv:py27]
deps =
configparser