annotate tox.ini @ 2549:411cd8fba253 beta

added dummy revision 6 for db upgrade
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 05 Jul 2012 19:39:07 +0200
parents 249976a5314e
children 6ccf86ebfd4e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2546
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 [tox]
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 envlist = py25,py26,py27
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 [testenv:py25]
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 commands =
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 nosetests
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 [testenv:py26]
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 commands =
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 nosetests
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12 [testenv:py27]
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 commands =
249976a5314e add tox config
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
14 nosetests