Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
manuphatak committed Apr 13, 2015
1 parent d17f2bc commit da4b61d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
[tox]
envlist = py26, py27, py34, pypy, style, docs
basepython = python2.7

[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/json_config
commands =
{posargs:{envpython} setup.py test}
basepython =
py26: python2.6
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4
pypy: pypy

[testenv:style]
deps =
Expand Down

0 comments on commit da4b61d

Please sign in to comment.