diff --git a/.travis.yml b/.travis.yml index 29b1d4c..9185f1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,7 +190,7 @@ install: - ${PIP} install -r requirements.txt script: - - python setup.py test + - make test after_success: - python -m codecov