Skip to content
Snippets Groups Projects
Commit 8ef5e847 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

update the provision to use mypy

parent f8cd3d82
No related branches found
No related tags found
No related merge requests found
...@@ -50,4 +50,7 @@ alias djrunp="dj runserver_plus 0.0.0.0:8000" ...@@ -50,4 +50,7 @@ alias djrunp="dj runserver_plus 0.0.0.0:8000"
source $VIRTUALENV_DIR/bin/activate source $VIRTUALENV_DIR/bin/activate
export PS1="[$PROJECT_NAME \W]\\$ " export PS1="[$PROJECT_NAME \W]\\$ "
cd $PROJECT_DIR cd $PROJECT_DIR
alias djtestapply="dj test opentech.apply --keepdb; mypy opentech/apply --check-untyped-defs --ignore-missing-imports"
EOF EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment