diff --git a/.travis.yml b/.travis.yml index 30dd864..a8a0d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,11 @@ before_install: # command to install dependencies install: - pip install . --use-mirrors + # command to run tests script: - "python -m unittest discover" + +notifications: + email: + - john.g.evans.ne@gmail.com