diff --git a/.travis.yml b/.travis.yml index 816ae52..2605b08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,12 @@ before_install: # command to install dependencies install: - pip install -r requirements.txt + - pip install -q codecov + # command to run tests -script: make test PYTESTOPTS=-s +script: + - make localbuild + - coverage run -- `which pytest` -s -v tests/ + #notifications: # email: false