Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
manuphatak committed Apr 13, 2015
1 parent da4b61d commit a50bd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
envlist = py26, py27, py34, pypy, style, docs

[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/json_config
commands =
{posargs:{envpython} setup.py test}
basepython= python2.7
setenv=PYTHONWARNINGS=all

[testenv:style]
deps =
Expand Down

0 comments on commit a50bd39

Please sign in to comment.