[Python-checkins] distutils2: (tarek, holger) add tox.ini for running distutils2 tests against multiple

tarek.ziade python-checkins at python.org
Sun Sep 19 12:36:43 CEST 2010


tarek.ziade pushed 161753c326db to distutils2:
http://hg.python.org/distutils2/rev/161753c326db
changeset: 676:161753c326db
user: holger krekel <holger at merlinux.eu>
date: Sun Sep 19 12:29:00 2010 +0200
summary: (tarek, holger) add tox.ini for running distutils2 tests against multiple python versions
files: .hgignore, tox.ini
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -9,3 +9,4 @@
 _static/
 *.swp
 .coverage
+.tox
diff --git a/tox.ini b/tox.ini
new file mode 100644
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,18 @@
+[tox]
+#distshare={homedir}/.tox/distshare
+envlist=py25,py26,py27
+
+#[tox:hudson]
+#distshare={toxworkdir}/distshare
+#sdistsrc={distshare}/py-*
+
+[testenv]
+commands=
+ python -Wd runtests.py 
+deps=
+ unittest2
+
+[testenv:py27]
+basepython=python2.7
+commands=
+ python -Wd -bb -3 runtests.py
--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /