File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,6 @@ jenkins:
183
183
. env3/bin/activate ; \
184
184
pip install -U setuptools pip wheel ; \
185
185
${MAKE} install-dep ; \
186
- pip install -U mypy==0.470 typed-ast==0.6.3 ; ${MAKE} mypy
186
+ pip install -U -r requirements.txt ; ${MAKE} mypy
187
187
188
188
FORCE :
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ rdflib-jsonld==0.4.0
7
7
mistune == 0.7.3
8
8
CacheControl == 0.11.7
9
9
lockfile == 0.12.2
10
+ mypy == 0.470 ; python_version >= "3"
11
+ typed-ast == 0.6.3 ; python_version >= "3"
Original file line number Diff line number Diff line change @@ -14,16 +14,12 @@ deps = -rrequirements.txt
14
14
commands = make mypy
15
15
whitelist_externals = make
16
16
deps =
17
- mypy ==0.470
18
- typed-ast ==0.6.3
19
17
-rrequirements.txt
20
18
21
19
[testenv:py35-mypy]
22
20
commands = make mypy
23
21
whitelist_externals = make
24
22
deps =
25
- mypy ==0.470
26
- typed-ast ==0.6.3
27
23
-rrequirements.txt
28
24
29
25
[testenv:py35-lint]
You can’t perform that action at this time.
0 commit comments