Skip to content

Commit

Permalink
Simplify tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernard committed Jan 17, 2016
1 parent c1f3adc commit c53d438
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[testenv]
deps = pytest
commands = py.test {posargs}
commands = python setup.py test

[testenv:flake8]
deps = flake8
commands = flake8 {posargs}
skip_install = True
commands = python setup.py flake8

0 comments on commit c53d438

Please sign in to comment.