summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 10cb06d5fd5aa2fd4cc1d1c985cdd8c23f23a084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist=py24,py25,py26,py27,py31,py32,py33,pypy
indexserver=
    default = http://pypi.python.org/simple
    testrun = http://pypi.testrun.org

[testenv]
deps=pytest
commands= py.test -rfsxX {posargs}

[pytest]
minversion=2.2.0