diff --git a/.travis.yml b/.travis.yml index 30017cbdb..8060b70f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,10 @@ install: - sudo npm install -g bower - pkg-config postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm - pip install -r requirements/test-requirements.txt - - pip install -q Django==$DJANGO_VERSION - python setup.py -q install -env: - - DJANGO_VERSION=1.9 - +before script: + -./manage.py bower install + -./manage.py migrate scripts: - test_and_check_qa