annotate tox.ini @ 1036:26d6ac224d3b stable-0.6.x

Merge r1260 from trunk (add missing boolean attributes to XHTML and HTML serializers).
author hodgestar
date Wed, 19 Mar 2014 14:24:01 +0000
parents 7cd21f6e3a58
children
rev   line source
972
7cd21f6e3a58 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
1 [tox]
7cd21f6e3a58 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
2 envlist = py25,py26,py27
7cd21f6e3a58 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
3 [testenv]
7cd21f6e3a58 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
4 deps=
7cd21f6e3a58 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
5 commands=
7cd21f6e3a58 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
6 python setup.py test
Copyright (C) 2012-2017 Edgewall Software