comparison 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
comparison
equal deleted inserted replaced
2545:385b768b75ea 2546:249976a5314e
1 [tox]
2 envlist = py25,py26,py27
3
4 [testenv:py25]
5 commands =
6 nosetests
7
8 [testenv:py26]
9 commands =
10 nosetests
11
12 [testenv:py27]
13 commands =
14 nosetests