aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 3cb3a2449ae9684a74fe8a386f316541af6b26b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
distshare={homedir}/.tox/distshare
envlist=py26,py27,py32,py33,py34
skip_missing_interpreters=true
indexserver=
    pypi = https://pypi.python.org/simple

[testenv]
commands= py.test timeout_decorator tests --pep8
deps = -r{toxinidir}/requirements-testing.txt

[pytest]
addopts = -vvl
pep8maxlinelength=120