summaryrefslogtreecommitdiff
path: root/tox.ini
blob: d32928959b32b5e5be50d4608f1d92ce718a0296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py27,py32,py33,numpy27,numpy32

[testenv]
commands = {envpython} setup.py test

[testenv:numpy27]
basepython=python2.7
deps = numpy

[testenv:numpy32]
basepython=python3.2
deps = numpy

[testenv:numpy33]
basepython=python3.3
deps = numpy