-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
35 lines (32 loc) · 722 Bytes
/
tox.ini
File metadata and controls
35 lines (32 loc) · 722 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
[tox]
envlist =
py36-{flake8,docs},
{py36}-django{2.2}-drf{3.10}
[testenv]
commands = ./runtests.py --fast
setenv =
PYTHONDONTWRITEBYTECODE=1
TRAVIS=1
deps =
django2.2: Django==2.2.6
drf3.10: djangorestframework==3.10.3
factory-boy==2.11.1
pytest-factoryboy==2.0.2
pytest==4.4.0
pytest-cov==2.6.0
pytest-django==3.4.3
pytest-sugar==0.9.1
pytest-xdist==1.29.0
pylint==2.3.1
coreapi==2.3.3
autopep8==1.4.4
psycopg2==2.8.4
[testenv:py36-flake8]
commands = ./runtests.py --lintonly
deps =
pytest==2.7.0
flake8==2.4.0
[testenv:py36-docs]
commands = mkdocs build
deps =
mkdocs==0.11.1