Commit 1caa8be83cd744de6fe3cdf81b3619db892809d9

Authored by Sergio Oliveira
1 parent 6d57e339

Use django from setup.py for tests

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
@@ -5,13 +5,9 @@ cache: apt @@ -5,13 +5,9 @@ cache: apt
5 python: 5 python:
6 - "2.7" 6 - "2.7"
7 7
8 -env:  
9 - - DJANGO_VERSION=1.7.3  
10 -  
11 install: 8 install:
12 - pip install coveralls flake8 9 - pip install coveralls flake8
13 - pip install . 10 - pip install .
14 - - pip install django==${DJANGO_VERSION}  
15 - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres 11 - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
16 12
17 script: 13 script: