mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-06 01:30:32 +02:00
Add tox.ini file.
This commit is contained in:
16
tox.ini
Normal file
16
tox.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[tox]
|
||||||
|
downloadcache = {toxworkdir}/cache/
|
||||||
|
envlist =
|
||||||
|
py27,
|
||||||
|
py35,
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
basepython =
|
||||||
|
py27: python2.7
|
||||||
|
py35: python3.5
|
||||||
|
commands =
|
||||||
|
py.test
|
||||||
|
deps =
|
||||||
|
pytest
|
||||||
|
mock
|
||||||
|
setuptools>=17.1
|
Reference in New Issue
Block a user