1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-08-17 00:20:42 +03:00

Add a tox config.

This commit is contained in:
Simon Sapin 2011-10-10 16:37:16 +02:00
parent 65ef970bd0
commit 35b23a5dd6
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.pyc
*.egg-info
.coverage
.tox

9
tox.ini Normal file
View File

@ -0,0 +1,9 @@
[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