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

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

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