Skip to content

Commit 4d3ef9c

Browse files
committed
Updates py26 to use 2.6.0 version of flake8. Py26 +Windows is broken.
1 parent 5d1eac3 commit 4d3ef9c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tox.ini

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[tox]
22
envlist=py26,py27,py32,py33,py34,py35
33

4-
[testenv]
4+
[base]
55
deps=
66
nose
7-
flake8
87
psycopg2
98
SQLAlchemy
9+
10+
[testenv]
11+
deps=
12+
{[base]deps}
13+
flake8
1014
passenv=
1115
TRAVIS*
1216
commands=
@@ -15,8 +19,9 @@ commands=
1519

1620
[testenv:py26]
1721
deps=
18-
{[testenv]deps}
22+
{[base]deps}
1923
unittest2
24+
flake8==2.6.0
2025

2126
[testenv:coverage]
2227
deps=

0 commit comments

Comments
 (0)