1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00
WeasyPrint/tox.ini
2011-10-10 16:37:16 +02:00

10 lines
181 B
INI

[tox]
envlist = py32
[testenv]
deps=
PyPNG
git+git://github.com/dag/attest.git
commands=attest -r plain --native-assert weasy.tests
changedir={toxworkdir}
sitepackages=True