1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2024-10-21 18:15:57 +00:00
send2trash/tox.ini

12 lines
156 B
INI
Raw Normal View History

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