plangrid / pdf-annotate

Pure-python library for adding annotations to PDFs
MIT License
195 stars 45 forks source link

Fix tox and Makefile #59

Closed mjbryant closed 4 years ago

mjbryant commented 4 years ago

Fixes the way I run tests. From a fresh checkout, I can now run: make setup && tox and it should run all the tests locally. If I have different pyenv versions installed I can specify them like PY35=3.5.8 make setup && tox. Also somehow spaces got into the Makefile. Probably my fault 🤷