mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-24 07:03:46 +00:00
Travis: minor: fix indent
This commit is contained in:
parent
b5e1eb6ade
commit
06fa8d3eab
1 changed files with 4 additions and 4 deletions
|
|
@ -6,8 +6,8 @@ cache:
|
|||
- "~/.cache/pip"
|
||||
env:
|
||||
global:
|
||||
- PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
|
||||
- PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
|
||||
- PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
|
||||
- PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
|
||||
matrix:
|
||||
- TOXENV=flake8-py27
|
||||
- TOXENV=flake8-py35
|
||||
|
|
@ -52,8 +52,8 @@ matrix:
|
|||
- env: TOXENV=py35-djmaster
|
||||
- env: TOXENV=pypy-djmaster
|
||||
install:
|
||||
- pip wheel -r tests/requirements.txt
|
||||
- pip install tox
|
||||
- pip wheel -r tests/requirements.txt
|
||||
- pip install tox
|
||||
script: tox
|
||||
branches:
|
||||
except: templates/1.5.x templates/1.6.x
|
||||
|
|
|
|||
Loading…
Reference in a new issue