Skip to content

Commit ecd1f5d

Browse files
committed
Updated Tox config file
1 parent 6560fe6 commit ecd1f5d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[tox]
2-
envlist = py27,py34,py35,flake8
2+
envlist = py27,py34,py35,py36,flake8
33

44
[testenv]
55
commands = py.test -v
6-
changedir = {toxinidir}/icon_font_to_png/test
76
deps = -rrequirements/dev.txt
87
passenv =
98
TRAVIS
@@ -12,9 +11,7 @@ passenv =
1211

1312
[testenv:flake8]
1413
commands = flake8 .
15-
basepython = python3
16-
changedir = {toxinidir}
17-
deps = -rrequirements/dev.txt
14+
deps = flake8
1815

1916
[pytest]
2017
addopts = --ignore=setup.py

0 commit comments

Comments
 (0)