From 1caa8be83cd744de6fe3cdf81b3619db892809d9 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 16 Mar 2015 12:02:10 -0300 Subject: [PATCH] Use django from setup.py for tests --- .travis.yml | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b75cd0..6cc37a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,9 @@ cache: apt python: - "2.7" -env: - - DJANGO_VERSION=1.7.3 - install: - pip install coveralls flake8 - pip install . - - pip install django==${DJANGO_VERSION} - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres script: -- libgit2 0.21.2