diff --git a/.travis.yml b/.travis.yml index b206302..6f93b17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,10 @@ before_install: - pip install -e . script: - - py.test -v + - make test + +after_success: + - make docs notifications: email: false