Author: Ronny Pfannschmidt <[email protected]>
Branch: 
Changeset: r160:4c4f19046887
Date: 2011-11-09 12:35 +0100
http://bitbucket.org/pypy/pyrepl/changeset/4c4f19046887/

Log:    cherry pick over tox.ini and hgignore from py3ksupport branch

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,3 +1,4 @@
 dist/
 build/
+\.tox/
 .*\.egg-info
diff --git a/tox.ini b/tox.ini
new file mode 100644
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[tox]
+envlist= py27, py32
+
+[testenv]
+deps=
+    pytest
+    pexpect
+commands=
+    py.test --junitxml={envdir}/junit.xml []
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to