Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
playing with flake8/pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Sep 3, 2015
1 parent a80f881 commit b7f4884
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py27,
py33,py34,
py33,py34

[testenv]
setenv =
Expand All @@ -11,7 +11,6 @@ commands = py.test {posargs:--cov nefertari tests}

[testenv:flake8]
deps =
flake8==2.3.0
pep8==1.6.2
flake8
commands =
flake8 nefertari

0 comments on commit b7f4884

Please sign in to comment.