summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2018-03-16 18:27:50 +1100
committerBrian May <brian@linuxpenguins.xyz>2018-03-16 18:27:50 +1100
commit11455d0bcd8593d3f32484ee14d757654b2396d1 (patch)
tree88b91c2961ad16d8051220ffc6f0acd8e5f549af /tox.ini
parent74acc10385a3ff1bd75b256035f2338a69d73662 (diff)
Various updates to tests
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