Skip to content

Commit

Permalink
always include flake8 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed May 17, 2013
1 parent dede1f2 commit 14350ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements.txt

flake8
nose
ordereddict # Python 2.6
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist = py26,py27,py32,py33
[testenv]
deps =
-r{toxinidir}/requirements-optional-cpython.txt
flake8
nose
commands =
{envbindir}/nosetests -q
Expand All @@ -14,6 +15,7 @@ commands =
# (it's slower than the pure-python version)
deps =
charade
flake8
Genshi
nose
six
Expand All @@ -22,4 +24,5 @@ deps =
basepython = python2.6
deps =
-r{toxinidir}/requirements-optional-2.6.txt
flake8
nose

0 comments on commit 14350ab

Please sign in to comment.