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 9ba469d commit d17f2bc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[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 = python2.7
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 d17f2bc

Please sign in to comment.