From 06fa8d3eab2307b3d5b40f5f689b811930460440 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 17 Dec 2015 22:36:47 +0100 Subject: [PATCH] Travis: minor: fix indent --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c0c0fe..9bb6fe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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