forked from viewflow/django-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
46 lines (40 loc) · 958 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
37
38
39
40
41
42
43
44
45
46
[tox]
envlist = {py27,py36}-{dj111},
{py36}-{dj20}
skipsdist = True
[testenv]
basepython =
py27: python2.7
py36: python3.6
deps =
dj111: Django==1.11.7
dj20: Django==2.0rc1
# dev
django-template-debug==0.3.5
django-debug-toolbar==1.9.1
django-autofixture==0.12.1
ipdb==0.10.3
ipython==5.5.0
# demo
pytz==2017.3
django-formtools==2.1
# test
django-webtest==1.9.2
needle==0.5.0
pyquery==1.3.0
pyvirtualdisplay==0.2.1
selenium==3.7.0
webtest==2.0.29
# deploy
uwsgi==2.0.15
psycopg2
commands = {posargs:python -Wd ./manage.py test}
setenv =
PYTHONPATH={toxinidir}
NEEDLE_BASELINE_DIR={toxinidir}/tests/visual/screenshots/
NEEDLE_OUTPUT_DIR={toxinidir}/tests/visual/screenshots_test/
passenv =
NEEDLE_SAVE_BASELINE
VISUAL
DISPLAY
NODISPLAY