Browse Source

Update tox config for Python 3.3

pull/8/head
Guillaume Ayoub 12 years ago
parent
commit
4583018ba7
  1. 5
      tox.ini

5
tox.ini

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32
envlist = py26,py27,py32,py33
[testenv]
deps =
@ -15,3 +15,6 @@ commands=py.test [] --cov {envdir}/lib/python2.7/site-packages/pygal {envdir}/li
[testenv:py32]
commands=py.test [] --cov {envdir}/lib/python3.2/site-packages/pygal {envdir}/lib/python3.2/site-packages/pygal/test
[testenv:py33]
commands=py.test [] --cov {envdir}/lib/python3.3/site-packages/pygal {envdir}/lib/python3.3/site-packages/pygal/test

Loading…
Cancel
Save