From f900428e6c8ea0677a464774717342db23538005 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Mon, 22 Apr 2013 08:14:07 -0700 Subject: [PATCH] Fix Travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c39332f98..00cf94d79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip install coverage $DJANGO --use-mirrors - sh -c "if [ '$SOUTH' = '1' ]; then pip install South==0.7.6; fi" - sh -c "if [ '$COVERALLS' != '0' ]; then pip install coveralls; fi" - - sh -c "if [ '$DJANGO' == 'https://github.com/django/django/tarball/master' ]; then pip install https://github.com/mbraak/django-webtest/tarball/django1.6; fi" + - sh -c "if [ '$DJANGO' = 'https://github.com/django/django/tarball/master' ]; then pip install https://github.com/mbraak/django-webtest/tarball/django1.6; fi" script: coverage run -a --branch --include="simple_history/*" --omit="simple_history/tests/*" setup.py test