Skip to content

Commit

Permalink
Updates py26 to use 2.6.0 version of flake8. Py26 +Windows is broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelosa committed Oct 24, 2016
1 parent 5d1eac3 commit 4d3ef9c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[tox]
envlist=py26,py27,py32,py33,py34,py35

[testenv]
[base]
deps=
nose
flake8
psycopg2
SQLAlchemy

[testenv]
deps=
{[base]deps}
flake8
passenv=
TRAVIS*
commands=
Expand All @@ -15,8 +19,9 @@ commands=

[testenv:py26]
deps=
{[testenv]deps}
{[base]deps}
unittest2
flake8==2.6.0

[testenv:coverage]
deps=
Expand Down

0 comments on commit 4d3ef9c

Please sign in to comment.