1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-03-13 11:01:39 +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

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- "pip install tox"
script:
- "tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)"