# HG changeset patch -- Bitbucket.org
# Project pytest-codecheckers
# URL http://bitbucket.org/RonnyPfannschmidt/pytest-codecheckers/overview
# User Ronny Pfannschmidt <ronny.pfannschm...@gmx.de>
# Date 1279188387 -7200
# Node ID c63af42df1d36fb346ef27394ecc069b381b45fb
# Parent  6309ddd6bf429cc2eb685a777fd8242c34825ed1
add tox

--- a/.hgignore
+++ b/.hgignore
@@ -2,3 +2,4 @@
 build
 dist
 .*\.pyc
+\.tox

--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[testenv]
+deps=
+    py
+    pyflakes
+    pep8
+commands =
+    py.test \
+        --junitxml={envlogdir}/junit-{envname}.xml \
+        []
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to