summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Catton <acatton@fusionbox.com>2014-10-17 09:37:27 -0600
committerAntoine Catton <acatton@fusionbox.com>2014-10-17 09:38:55 -0600
commite6b9ad35f0444537639f28939de50d97260869b0 (patch)
treed926654eb7b894fb1909907bcf6bf5109dbd1e9d
parent8f21f3c16b8400c63505aa64ee157064672e79fe (diff)
downloaddjango-pyscss-e6b9ad35f0444537639f28939de50d97260869b0.tar.gz
[1.0.x] Update travis.yml to run Django 1.7 tests
(cherry picked from commit e732df17b36de5b3738c39da30c330a1871e755d)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 31cae4a..68101ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
env:
- DJANGO_PACKAGE='Django>=1.5,<1.6'
- DJANGO_PACKAGE='Django>=1.6,<1.7'
+ - DJANGO_PACKAGE='Django>=1.7,<1.8'
matrix:
include:
- python: "2.6"