1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

Fix tests, add tox.ini and travis.yml

This commit is contained in:
Virgil Dupras
2017-08-03 20:31:39 -04:00
parent bd9183afe9
commit b7e3057853
6 changed files with 28 additions and 4 deletions

11
tox.ini Normal file
View File

@@ -0,0 +1,11 @@
[tox]
envlist = py27,py34,py35,py36
skip_missing_interpreters = True
[testenv]
commands =
python setup.py test
[testenv:py27]
deps =
configparser