1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/tox.ini
Simon Sapin 35c4c7cbe9 Merge branch 'master' into pixbuf
Conflicts:
	tox.ini
2012-07-29 18:42:48 +02:00

23 lines
473 B
INI

[tox]
envlist = py26, py27-introspection, py27-pygtk, py31, py32
[testenv]
sitepackages=True
deps=pytest
commands=
py.test -s []
python -m weasyprint.tests.gobject
[testenv:py27-introspection]
basepython=python2.7
setenv=WEASYPRINT_USE_INTROSPECTION=1
commands=
py.test -s []
python -m weasyprint.tests.gobject assert_introspection
[testenv:py27-pygtk]
basepython=python2.7
commands=
py.test -s []
python -m weasyprint.tests.gobject assert_pygtk