1
0
réplica de https://github.com/arsenetar/send2trash.git synced 2026-03-13 19:11:39 +00:00

Add Python 3.7 and Windows to Travis-CI (#34)

* Add Python 3.7 and Windows to Travis-CI

* Reorder environments
Este commit está contenido en:
sharkykh
2019-04-30 19:22:28 +03:00
cometido por Virgil Dupras
padre 1c32d471f2
commit 8f684a9c8b
Se han modificado 2 ficheros con 31 adiciones y 8 borrados

Ver fichero

@@ -1,11 +1,17 @@
[tox]
envlist = py27,py34,py35,py36
envlist = py27,py34,py35,py36,py3-win
skip_missing_interpreters = True
[testenv]
platform = linux
commands =
python setup.py test
[testenv:py3-win]
platform = win
commands =
python setup.py test --test-suite tests.test_plat_win
[testenv:py27]
deps =
configparser