Move coverage computation last in travis
This commit is contained in:
parent
13c7359294
commit
0466d397f3
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
language: python
|
||||
matrix:
|
||||
include:
|
||||
- python: "2.7"
|
||||
env: TOX_ENV=coverage
|
||||
- python: "2.7"
|
||||
env: TOX_ENV=flake8
|
||||
- python: "2.7"
|
||||
|
@ -23,6 +21,8 @@ matrix:
|
|||
env: TOX_ENV=py35-django18
|
||||
- python: "3.5"
|
||||
env: TOX_ENV=py35-django19
|
||||
- python: "2.7"
|
||||
env: TOX_ENV=coverage
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip/http/
|
||||
|
|
Loading…
Reference in a new issue