-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtox.ini
More file actions
48 lines (45 loc) · 860 Bytes
/
tox.ini
File metadata and controls
48 lines (45 loc) · 860 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[tox]
envlist = py35
[testenv]
changedir = {envdir}/lib/python3.5/site-packages
passenv = LINUX_WITHOUT_DBUS
deps =
pip == 9.0.1
setuptools >= 31.0.0
devpi-client
docutils
fasteners
flake8
jinja2
mock
pbr
pdbpp
pep8 < 1.6
py >= 1.4.17
pyflakes
pyquery
pyramid_debugtoolbar
pytest == 3.0.7
pytest-cov
pytest-flakes
pytest-pep8
python-dateutil
repoze.sphinx.autointerface
responses
setuptools-git
Sphinx
waitress
webtest
wheel
https://github.com/tfriedel/python-lightify/archive/1bb1db0e7bd5b14304d7bb267e2398cd5160df46.zip#egg=lightify-1.0.5
commands =
py.test {posargs} --cov=senic_hub/backend
[pep8]
max-line-length = 131
[testenv:develop]
basepython = python3
envdir = venv/
changedir = .
usedevelop = True
commands =
pip install -e .