Files @ e8650fbc4d4e
Branch filter:

Location: kallithea/tox.ini

Marcin Kuzminski
Moved BytesIO into compat because of py25 compatibility issue
[tox]
envlist = py25,py26,py27

[testenv:py25]
commands =
    nosetests
    
[testenv:py26]
commands =
    nosetests

[testenv:py27]
commands =
    nosetests