Skip to content

Commit

Permalink
Makefile: pin mypy, typed-ast version for jenkins make target
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 25, 2017
1 parent 9d9317e commit b61311c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ jenkins:
. env3/bin/activate ; \
pip install -U setuptools pip wheel ; \
${MAKE} install-dep ; \
pip install -U mypy ; ${MAKE} mypy
pip install -U mypy==0.470 typed-ast==0.6.3 ; ${MAKE} mypy

FORCE:

0 comments on commit b61311c

Please sign in to comment.