Reformat travis.yml and turn off email notifications (#4159)

This commit is contained in:
Tom Christie 2016-06-01 15:53:58 +01:00
parent b92901e591
commit 9d5773772b

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