Reformat travis.yml and turn off email notifications

This commit is contained in:
Tom Christie 2016-06-01 15:43:40 +01:00
parent b92901e591
commit 491b3af184

View File

@ -20,15 +20,11 @@ env:
- TOX_ENV=py35-django110
- TOX_ENV=py34-django110
matrix:
allow_failures:
- env: TOX_ENV=py27-django110
- env: TOX_ENV=py34-django110
- env: TOX_ENV=py35-django110
fast_finish: true
install:
@ -41,3 +37,6 @@ script:
after_success:
- pip install codecov
- codecov -e TOX_ENV
notifications:
email: false