Use make command to run tests (for real now)

This commit is contained in:
Ivan Habunek 2019-09-18 21:55:35 +02:00
parent 2449b59a3f
commit ea4df976b4
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ python:
install:
- pip install -e .
script: pytest -v
script: make test