Skip to content

Commit

Permalink
Merge pull request #38 from xsnippet/enhancement/tox
Browse files Browse the repository at this point in the history
Minor enhancements in tox.ini
  • Loading branch information
malor committed Apr 4, 2017
2 parents d05cc52 + ffbe4e6 commit 1df2251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ deps =
pytest-cov
flake8
commands =
python setup.py check --strict
flake8 xsnippet_api/ tests/
py.test tests/ --cov --cov-append
{envpython} setup.py check --strict
{envpython} -m flake8 {posargs:.}
{envpython} -m pytest {posargs:.} --cov --cov-append --strict

[testenv:openapi]
usedevelop = false
Expand Down

0 comments on commit 1df2251

Please sign in to comment.