diff --git a/.travis.yml b/.travis.yml index 06e7d6fd6..30017cbdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,19 @@ language: python -python: 3.4 -install: "pip install -r requirements/dev-requirements.txt" -script: py.test + +python: + - "3.4.3" + +install: + - pip install . + - sudo ln -s /usr/bin/nodejs /usr/bin/node + - 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 + +scripts: + - test_and_check_qa