sshuttle/tox.ini

22 lines
459 B
INI
Raw Normal View History

2015-12-07 03:17:09 +01:00
[tox]
downloadcache = {toxworkdir}/cache/
envlist =
py27,
py34,
2015-12-07 03:17:09 +01:00
py35,
2018-03-16 08:27:50 +01:00
py36,
2015-12-07 03:17:09 +01:00
[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
2018-03-16 08:27:50 +01:00
py36: python3.6
2015-12-07 03:17:09 +01:00
commands =
2018-03-16 08:27:50 +01:00
flake8 sshuttle --count --select=E901,E999,F821,F822,F823 --show-source --statistics
flake8 sshuttle --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2015-12-07 03:17:09 +01:00
py.test
deps =
2018-03-16 08:27:50 +01:00
-rrequirements-tests.txt