annotate tox.ini @ 988:480cf1be291a trunk

Always include the test packages (otherwise sdists built on Python 2 don't work on Python 3 which is unexpected and confusing).
author hodgestar
date Sat, 26 Jan 2013 10:57:32 +0000
parents 59f5a8345780
children 34cf6abaa6e7
rev   line source
973
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
1 [tox]
59f5a8345780 Add tox file for running tests against supported Python versions.
hodgestar
parents:
diff changeset
2 envlist = py25,py26,py27,py32,py33,pypy
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