Skip to content

Commit 9d57737

Browse files
committed
Reformat travis.yml and turn off email notifications (#4159)
1 parent b92901e commit 9d57737

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.travis.yml

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22

33
python:
4-
- "3.5"
4+
- "3.5"
55

66
sudo: false
77

@@ -20,24 +20,23 @@ env:
2020
- TOX_ENV=py35-django110
2121
- TOX_ENV=py34-django110
2222

23-
24-
2523
matrix:
26-
allow_failures:
27-
- env: TOX_ENV=py27-django110
28-
- env: TOX_ENV=py34-django110
29-
- env: TOX_ENV=py35-django110
30-
31-
32-
fast_finish: true
24+
allow_failures:
25+
- env: TOX_ENV=py27-django110
26+
- env: TOX_ENV=py34-django110
27+
- env: TOX_ENV=py35-django110
28+
fast_finish: true
3329

3430
install:
35-
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
36-
- pip install tox "virtualenv<14"
31+
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
32+
- pip install tox "virtualenv<14"
3733

3834
script:
3935
- tox -e $TOX_ENV
4036

4137
after_success:
4238
- pip install codecov
4339
- codecov -e TOX_ENV
40+
41+
notifications:
42+
email: false

0 commit comments

Comments
 (0)