forked from viewflow/django-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
47 lines (41 loc) · 983 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
47
[tox]
envlist = {py27,py34,py35}-{dj18,dj19,dj110}
skipsdist = True
[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
deps =
dj18: Django==1.8.15
dj19: Django==1.9.10
dj110: Django==1.10.2
# dev
django-template-debug==0.3.5
django-debug-toolbar==1.4
django-autofixture==0.12.1
ipdb==0.10.0
ipython==4.2.0
# demo
pytz==2016.4
django-formtools==1.0
# test
django-webtest==1.7.9
needle==0.3
pyquery==1.2.13
pyvirtualdisplay==0.2
selenium==2.53.2
webtest==2.0.21
# deploy
uwsgi==2.0.13.1
psycopg2
commands = {posargs:./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