Skip to content

Commit

Permalink
Add codechecks to tox configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 26, 2015
1 parent 204afae commit c6f210e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py27,py33,py34,py35,pypy,pypy3
envlist=flake8,py27,py33,py34,py35,pypy,pypy3

[testenv]
deps=
Expand All @@ -8,3 +8,8 @@ deps=
commands=
sqlformat --version # Sanity check.
py.test --cov=sqlparse/ tests

[testenv:flake8]
basepython=python3.5
deps=flake8
commands=flake8 .

0 comments on commit c6f210e

Please sign in to comment.