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

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

[pytest]
norecursedirs = test/lib .tox