Revert accidental change

This commit is contained in:
Angus Holder
2017-09-22 15:44:15 +01:00
committed by Jakob Stoklund Olesen
parent b003605132
commit 7fbf1cb810

View File

@@ -15,7 +15,7 @@ runif() {
runif flake8 . runif flake8 .
# Type checking. # Type checking.
runif python3 -m mypy --py2 build.py runif mypy --py2 build.py
# Python unit tests. # Python unit tests.
runif python -m unittest discover runif python -m unittest discover