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

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

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