annotate tox.ini @ 2546:249976a5314e beta

add tox config
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 04 Jul 2012 21:55:47 +0200
parents
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