mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
17 lines
207 B
INI
17 lines
207 B
INI
[tox]
|
|
downloadcache = {toxworkdir}/cache/
|
|
envlist =
|
|
py27,
|
|
py35,
|
|
|
|
[testenv]
|
|
basepython =
|
|
py27: python2.7
|
|
py35: python3.5
|
|
commands =
|
|
py.test
|
|
deps =
|
|
pytest
|
|
mock
|
|
setuptools>=17.1
|