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 🤷
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 likePY35=3.5.8 make setup && tox
. Also somehow spaces got into the Makefile. Probably my fault 🤷