sshuttle/tox.ini

21 lines
267 B
INI
Raw Normal View History

2015-12-07 03:17:09 +01:00
[tox]
downloadcache = {toxworkdir}/cache/
envlist =
py26,
2015-12-07 03:17:09 +01:00
py27,
py34,
2015-12-07 03:17:09 +01:00
py35,
[testenv]
basepython =
py26: python2.6
2015-12-07 03:17:09 +01:00
py27: python2.7
py34: python3.4
2015-12-07 03:17:09 +01:00
py35: python3.5
commands =
py.test
deps =
pytest
mock
setuptools>=17.1