-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
32 lines (27 loc) · 707 Bytes
/
tox.ini
File metadata and controls
32 lines (27 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tox]
envlist = py27, py34, pep8
skip_missing_interpreters = True
[testenv]
basepython =
py27: python2.7
py34: python3.4
pep8: python2.7
docs: python2.7
ocft: python2.7
envdir =
py27: {toxworkdir}/2.7
py34: {toxworkdir}/3.4
pep8: {toxworkdir}/2.7
docs: {toxworkdir}/2.7
ocft: {toxworkdir}/2.7
changedir =
docs: {toxinidir}/docs/
ocft: {toxinidir}/examples/
deps =
-r{toxinidir}/devel_requirements.txt
commands =
py27: py.test -v -rw -s {posargs}
py34: py.test -v -rw -s {posargs}
pep8: flake8 -v {posargs}
docs: sphinx-build -W -b html . {toxinidir}/docs/_build/html
ocft: {toxinidir}/examples/run-ocf-tester.sh dummy.py sleep.py