annotate tox.ini @ 1043:a21009a2bc3a trunk

Return correct value and properly namespaced attribute name when matching namespaced attributes with XPath expressions (fixes #572; thanks to Olemis Lang <olemis+trac@gmail.com> for bug report and suggestion for fix).
author hodgestar
date Thu, 20 Mar 2014 12:58:48 +0000
parents 34cf6abaa6e7
children
rev   line source
973
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
1 [tox]
1027
34cf6abaa6e7 Add Python 3.4 to tox environment list.
hodgestar
parents: 973
diff changeset
2 envlist = py25,py26,py27,py32,py33,py34,pypy
973
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
3 [testenv]
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
4 deps=
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
5 setenv=
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
6 PYTHONHASHSEED=0
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
7 commands=
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
8 python setup.py test
Copyright (C) 2012-2017 Edgewall Software