diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ff7224de..39676ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ branches: only: - "master" -cache: pip - install: - pip install -r requirements.txt - pip install -r requirements-ci.txt @@ -20,3 +18,8 @@ script: - coveralls after_success: - python deploy.py + +cache: pip + +notifications: + email: false |