From: Tom Walker Date: Sun, 27 Jul 2014 15:50:13 +0000 (+0100) Subject: travis... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=46948d05696c8a5902197f36a7fa54a9f01f5b81;p=django_quiz.git travis... --- diff --git a/.travis.yml b/.travis.yml index 65a63d4..6bd0ba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,13 @@ language: python + python: - "2.7" -install: pip install -r requirements.txt -script: python manage.py test \ No newline at end of file + +env: + - DJANGO="django==1.6.5" + + +install: + - pip install -r requirements.txt +script: + - python manage.py test \ No newline at end of file