sshuttle/tox.ini

17 lines
207 B
INI
Raw Normal View History

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