summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 2b66655..1fc6079 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist =
py27,
py34,
py35,
+ py36,
[testenv]
basepython =
@@ -12,9 +13,10 @@ basepython =
py27: python2.7
py34: python3.4
py35: python3.5
+ py36: python3.6
commands =
+ 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
py.test
deps =
- pytest
- mock
- setuptools>=17.1
+ -rrequirements-tests.txt