From 40c046e99378a49fa3bcaf67311dacdfefb167cc Mon Sep 17 00:00:00 2001 From: Alex Barcelo Date: Thu, 20 Oct 2016 08:25:37 +0200 Subject: [PATCH] Adding Django 1.10 to Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f5b9ac0..b2c3398b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: - DJANGO=1.7.11 - DJANGO=1.8.7 - DJANGO=1.9 + - DJANGO=1.10 matrix: exclude: @@ -20,4 +21,4 @@ install: - pip install -q Django==$DJANGO - pip install -q -r requirements.txt -script: python quicktest.py helpdesk \ No newline at end of file +script: python quicktest.py helpdesk