diff --git a/.travis.yml b/.travis.yml index 0d34e4c..5dff351 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ python: install: - pip install -e . -script: pytest -v +script: make test