Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up for PyPI Upload #187

Merged
merged 12 commits into from
May 9, 2020
Merged
Prev Previous commit
Next Next commit
Remove stray __init__ file (was breaking pytype amongst other problems)
  • Loading branch information
AdamGleave committed May 8, 2020
commit b34711044f32cf997e3c0f7e290a1e5abc448207
6 changes: 1 addition & 5 deletions ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,5 @@ if [ "$skipexpensive" != "true" ]; then
popd

echo "Type checking"
# Tell pytype Python path explicitly using -P: otherwise it gets lost
# when the package is installed in editable mode (`pip -e .`). Note CI
# checks still run using full install (`pip .`) which is more robust
# but cumbersome for a Git commit hook.
pytype -P src/:. ${SRC_FILES[@]}
pytype ${SRC_FILES[@]}
fi
Empty file removed src/__init__.py
Empty file.