From 40aee4711960552b72ff2c3291c0eac4b36b6438 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 13 Dec 2013 04:20:57 +0100 Subject: [PATCH] fix .travis.yml, again --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4482510..c6f8d2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,12 @@ env: - TEST_OPTS="-k 'not dnstools and not ddns_client'" - COVERAGE="" matrix: - include: - - python: "2.7" - env: DJANGO=1.6.1 COVERAGE="coverage run -m" TEST_OPTS="--pep8" - DJANGO=1.5.5 - DJANGO=1.6.1 +matrix: + include: + - python: "2.7" + env: DJANGO=1.6.1 COVERAGE="coverage run -m" TEST_OPTS="--pep8" install: - "pip install --use-mirrors Django==$DJANGO" - "pip install --use-mirrors -e ."