Skip to content

Commit 14350ab

Browse files
committed
always include flake8 in tests
1 parent dede1f2 commit 14350ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r requirements.txt
22

3+
flake8
34
nose
45
ordereddict # Python 2.6

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist = py26,py27,py32,py33
44
[testenv]
55
deps =
66
-r{toxinidir}/requirements-optional-cpython.txt
7+
flake8
78
nose
89
commands =
910
{envbindir}/nosetests -q
@@ -14,6 +15,7 @@ commands =
1415
# (it's slower than the pure-python version)
1516
deps =
1617
charade
18+
flake8
1719
Genshi
1820
nose
1921
six
@@ -22,4 +24,5 @@ deps =
2224
basepython = python2.6
2325
deps =
2426
-r{toxinidir}/requirements-optional-2.6.txt
27+
flake8
2528
nose

0 commit comments

Comments
 (0)