Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Jul 15, 2017
1 parent a622768 commit f2d2eca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ envlist = py27, py33, py34, py35, py36, pypy

[testenv]
deps =
flake8 >= 3.2.1
git+https://github.com/dahlia/flake8-import-order.git@discover-styles-using-entry-points
flake8
commands =
python setup.py test
flake8 --import-order-style=spoqa setup.py flake8_import_order_spoqa.py
flake8 setup.py flake8_import_order_spoqa.py

[flake8]
application-import-names = flake8_import_order_spoqa
import-order-style = spoqa

0 comments on commit f2d2eca

Please sign in to comment.