[py-svn] pytest-codecheckers commit c63af42df1d3: add tox

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 15 12:13:37 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-codecheckers
# URL http://bitbucket.org/RonnyPfannschmidt/pytest-codecheckers/overview
# User Ronny Pfannschmidt <Ronny.Pfannschmidt at 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 \
+        []



More information about the pytest-commit mailing list