summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1f2572c36df9e8fdf926a5a83a48b1ff209e0155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = py27,py34,pep8

[testenv]
deps =
  -r{toxinidir}/test-requirements.txt
commands=
    nosetests test/

[testenv:pep8]
deps=
    pep8
commands=
    pep8 pyeclib/ setup.py

[testenv:venv]
commands = {posargs}

[testenv:docs]
commands = python setup.py build_sphinx