Skip to content

Commit 565d307

Browse files
committed
updated tox config
1 parent df4a940 commit 565d307

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py34, py35, pypy, pypy3, flake8, docs
2+
envlist = py27, py33, py34, py35, py36, pypy, flake8, docs
33
skip_missing_interpreters = True
44

55
[testenv]
@@ -13,8 +13,9 @@ commands =
1313
nosetests --with-coverage --cover-min-percentage=100
1414

1515
[testenv:flake8]
16+
basepython = python2.7
1617
deps = flake8
17-
commands = flake8 --ignore=W391 statsd
18+
commands = flake8 --ignore=W391 {toxinidir}/statsd {toxinidir}/tests
1819

1920
[testenv:docs]
2021
deps = sphinx

0 commit comments

Comments
 (0)