summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 6110b5da9b1ca2331833b0078ad34db81dc49036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py26,py27,py32,py33

[testenv]
commands = 
  {envbindir}/python test_singledispatch.py

[testenv:py26]
basepython = python2.6
deps =
  ordereddict
  unittest2