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

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

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