1
1
[tox]
2
2
envlist =
3
- # py{27,33,34,35.36}-lint,
4
- py27-lint
3
+ py{27,33,34,35,36}-lint,
5
4
py{27,33,34,35,36}-unit,
6
5
py35-mypy,
7
6
py27-pipconflictchecker
@@ -11,17 +10,22 @@ skip_missing_interpreters = True
11
10
12
11
[tox:travis]
13
12
2.7 = py27
14
- 3.3 = py33-unit
15
- 3.4 = py34-unit
13
+ 3.3 = py33
14
+ 3.4 = py34
16
15
3.5 = py35
17
- 3.6 = py36-unit
16
+ 3.6 = py36
18
17
19
18
[testenv]
20
- deps = -rrequirements.txt
21
- # py{27,33,34,35,36}-lint: flake8
19
+ deps =
20
+ -rrequirements.txt
21
+ py{27,33,34,35,36}-lint: flake8
22
22
23
23
commands =
24
24
py{27,33,34,35,36}-unit: python setup.py test
25
+ py{27,33,34,35,36}-lint: flake8 schema_salad setup.py
26
+
27
+ whitelist_externals =
28
+ py{27,33,34,35,36}-lint: flake8
25
29
26
30
[testenv:py35-mypy]
27
31
commands = make mypy
@@ -30,11 +34,6 @@ deps =
30
34
-rmypy_requirements.txt
31
35
-rrequirements.txt
32
36
33
- [testenv:py27-lint]
34
- commands = flake8 schema_salad setup.py
35
- whitelist_externals = flake8
36
- deps = flake8
37
-
38
37
[testenv:py27-pipconflictchecker]
39
38
commands = pipconflictchecker
40
39
whitelist_externals = pipconflictchecker
0 commit comments