@@ -5,23 +5,23 @@ envlist=py{35,36,37,py3}-marshmallow{2,3}, cython-marshmallow{2,3}
5
5
deps =
6
6
-rrequirements/build_common.txt
7
7
marshmallow2: marshmallow <3.0
8
- marshmallow3: marshmallow >=3.0.0rc5<3.0.0rc7
8
+ marshmallow3: marshmallow >=3.0.0rc5<3.0.0rc7<3.0.0rc7
9
9
10
10
whitelist_externals =flake8
11
11
commands =py.test --cov-report html --cov hug -n auto tests
12
12
13
13
[testenv:py37-black]
14
14
deps =
15
15
-rrequirements/build_style_tools.txt
16
- marshmallow >=3.0.0rc5
16
+ marshmallow >=3.0.0rc5<3.0.0rc7
17
17
18
18
whitelist_externals =flake8
19
19
commands =black --check --verbose -l 100 hug
20
20
21
21
[testenv:py37-vulture]
22
22
deps =
23
23
-rrequirements/build_style_tools.txt
24
- marshmallow >=3.0.0rc5
24
+ marshmallow >=3.0.0rc5<3.0.0rc7
25
25
26
26
whitelist_externals =flake8
27
27
commands =vulture hug --min-confidence 100 --ignore-names req_succeeded
@@ -30,23 +30,23 @@ commands=vulture hug --min-confidence 100 --ignore-names req_succeeded
30
30
[testenv:py37-flake8]
31
31
deps =
32
32
-rrequirements/build_style_tools.txt
33
- marshmallow >=3.0.0rc5
33
+ marshmallow >=3.0.0rc5<3.0.0rc7
34
34
35
35
whitelist_externals =flake8
36
36
commands =flake8 hug
37
37
38
38
[testenv:py37-bandit]
39
39
deps =
40
40
-rrequirements/build_style_tools.txt
41
- marshmallow >=3.0.0rc5
41
+ marshmallow >=3.0.0rc5<3.0.0rc7
42
42
43
43
whitelist_externals =flake8
44
44
commands =bandit -r hug/ -ll
45
45
46
46
[testenv:py37-isort]
47
47
deps =
48
48
-rrequirements/build_style_tools.txt
49
- marshmallow >=3.0.0rc5
49
+ marshmallow >=3.0.0rc5<3.0.0rc7
50
50
51
51
whitelist_externals =flake8
52
52
commands =isort -c --diff --recursive hug
0 commit comments