-
Notifications
You must be signed in to change notification settings - Fork 6
/
tox.ini
36 lines (32 loc) · 825 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]
downloadcache = .tox/_download/
distribute = False
envlist =
py36-django{111,111tip,21,22},
py37-django{111,111tip,21,22},
py38-django{111,111tip,21,22},
; py36-django{111,111tip,21,22,tip},
; py37-django{111,111tip,21,22,tip},
pep8
skip_missing_interpreters = True
[flake8]
statistics = True
show_source = True
max-line-length = 119
# Exclude django generated stuff
exclude = migrations
[testenv]
commands =
python setup.py test
deps =
-r{toxinidir}/requirements-test.txt
django111: Django >=1.11, <2.0
django111tip: https://github.com/django/django/archive/stable/1.11.x.tar.gz
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
; djangotip: https://github.com/django/django/archive/master.tar.gz
[testenv:pep8]
deps =
flake8
commands =
flake8 faktura