Revision 44487624c12894219c885da95b4c36947b333fd1 authored by Jan de Mooij on 24 December 2013, 12:51:26 UTC, committed by Jan de Mooij on 24 December 2013, 12:51:26 UTC
1 parent e028eb9
Raw File
tox.ini
[tox]
envlist = py25, py26, py27, py32

[testenv]
commands = nosetests blessings
deps = nose
changedir = .tox  # So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd
back to top