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

[testenv]
commands=py.test []
deps=pytest

[testenv:py26]
deps=
    pytest
    unittest2