more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 08:15:03 -07:00
parent b628773ba9
commit 1fc5c86e11

View File

@ -21,6 +21,7 @@ jobs:
python3 --version
which pylint || echo damn1
which mypy || echo damn2
cat `which mypy`
pylint --version
mypy --version
echo test, and deploy your project.