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
.travis.yml
... ... @@ -5,13 +5,9 @@ cache: apt
5 5 python:
6 6 - "2.7"
7 7  
8   -env:
9   - - DJANGO_VERSION=1.7.3
10   -
11 8 install:
12 9 - pip install coveralls flake8
13 10 - pip install .
14   - - pip install django==${DJANGO_VERSION}
15 11 - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
16 12  
17 13 script:
... ...