File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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 ; ${MAKE} mypy
186
+ pip install -U -r mypy_requirements.txt ; ${MAKE} mypy
187
187
188
188
FORCE :
Original file line number Diff line number Diff line change
1
+ mypy==0.470 ; python_version>="3"
2
+ typed-ast==0.6.3 ; python_version>="3"
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ rdflib==4.2.2
6
6
rdflib-jsonld == 0.4.0
7
7
mistune == 0.7.3
8
8
CacheControl == 0.11.7
9
- lockfile == 0.12.2
9
+ lockfile == 0.12.2
Original file line number Diff line number Diff line change @@ -14,16 +14,14 @@ 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
17
+ -rmypy_requirements.txt
19
18
-rrequirements.txt
20
19
21
20
[testenv:py35-mypy]
22
21
commands = make mypy
23
22
whitelist_externals = make
24
23
deps =
25
- mypy ==0.470
26
- typed-ast ==0.6.3
24
+ -rmypy_requirements.txt
27
25
-rrequirements.txt
28
26
29
27
[testenv:py35-lint]
You can’t perform that action at this time.
0 commit comments