Ver código fonte

tox.ini: Added default testing of Python 2.4, + new manual env: py27-xunit-xmlcover for hudson.

Ask Solem 14 anos atrás
pai
commit
aca366cafa
2 arquivos alterados com 7 adições e 2 exclusões
  1. 1 0
      .gitignore
  2. 6 2
      tox.ini

+ 1 - 0
.gitignore

@@ -14,3 +14,4 @@ pip-log.txt
 erl_crash.dump
 *.db
 Documentation/
+.tox/

+ 6 - 2
tox.ini

@@ -1,5 +1,9 @@
 [tox]
-envlist = py26,py27
+envlist = py24,py25,py26,py27
 [testenv]
-commands=nosetests
+commands = nosetests
+
+[testenv:py27-xunit-xmlcover]
+basepython = python2.7
+commands = nosetests --with-xunit --with-coverage3 --cover3-xml