Skip to content

Commit fefc957

Browse files
committed
install typed-ast during Jenkins tests
1 parent c570b8a commit fefc957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ jenkins:
182182
sloccount.sc pep8_report.txt pylint_report.txt
183183
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
184184
. env3/bin/activate ; \
185-
pip install -U mypy-lang; ${MAKE} mypy
185+
pip install -U mypy-lang typed-ast; ${MAKE} mypy
186186

187187
FORCE:

0 commit comments

Comments
 (0)