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

18 lines
284 B
INI
Raw Normal View History

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