forked from kmmbvnr/viewflow-docs-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
36 lines (30 loc) · 737 Bytes
/
tox.ini
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
[tox]
envlist = py27
skipsdist = True
[testenv]
deps =
Sphinx
sphinxcontrib-fulltoc
singledispatch==3.4.0.3
django-fsm==2.4.0
django-webtest==1.7.9
webtest==2.0.21
mock
django-tag-parser==2.1
django-redis==4.7.0
pytz
django==1.11.8
django-filter==1.0.4
django-compressor==2.0
djangorestframework==3.7.3
django-rest-swagger==2.1.2
celery==3.1.23
django-extra-views==0.8.0
python-social-auth==0.2.19
psycopg2
ipdb
uwsgi
commands = {posargs:sphinx-build -b html docs/ docs/_build/}
setenv =
PYTHONPATH={toxinidir}/viewflow:{toxinidir}/django-material
PATH={envdir}/bin:{env:PATH}