Travis: minor: fix indent

This commit is contained in:
Daniel Hahler 2015-12-17 22:36:47 +01:00
parent b5e1eb6ade
commit 06fa8d3eab

View file

@ -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