Skip to content

Commit

Permalink
track mypy rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 16, 2017
1 parent bee8bf1 commit 9676ea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ jenkins:
. env3/bin/activate ; \
pip install -U setuptools pip wheel ; \
${MAKE} install-dep ; \
pip install -U mypy-lang typed-ast ; ${MAKE} mypy
pip install -U mypy ; ${MAKE} mypy

FORCE:
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ commands = make mypy
whitelist_externals = make
deps =
mypy>=0.470
typed-ast
-rrequirements.txt

[testenv:py35-lint]
Expand Down

0 comments on commit 9676ea8

Please sign in to comment.