Add tox-testing to Makefile

This commit is contained in:
Alex Root Junior 2017-12-01 01:59:15 +02:00
parent 02596057a0
commit c2833c07e9

View file

@ -35,5 +35,9 @@ full-release:
make upload
make install:
install:
$(PYTHON) setup.py install
test:
tox