Install mypy and flake8 in Travis environment.

This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:20:22 -08:00
parent 4a0d8aaa3d
commit 3bbe3f71cb
2 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ else
echo "If a newer version of rustfmt is available, update this script."
fi
banner "Python checks"
banner $(python --version 2>&1)
$topdir/lib/cretonne/meta/check.sh
PKGS="cretonne cretonne-reader cretonne-tools filecheck"