mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-12-14 16:19:01 +00:00
8f684a9c8b
* Add Python 3.7 and Windows to Travis-CI * Reorder environments
18 lines
284 B
INI
18 lines
284 B
INI
[tox]
|
|
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
|