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

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

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