more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 05:34:41 -07:00
parent 8c483cbbf9
commit b628773ba9

View File

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