summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Catton <acatton@fusionbox.com>2014-10-17 09:49:50 -0600
committerAntoine Catton <acatton@fusionbox.com>2014-10-17 09:50:14 -0600
commit6b9ebef662102b663c86574970e0d7be1de12c1c (patch)
tree016a0a6ed5ce49c577c7ee4bb80ef4785bac7f6d
parent665270b54eea5de5aca379a78673b411ed6b1f04 (diff)
downloaddjango-pyscss-stable/1.0.x.tar.gz
[1.0.x] There's no Python 2.6 support in Django 1.7stable/1.0.x
(cherry picked from commit fe48811cc8f0a812baed3cb6655713e7c134f6d6)
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 68101ec..8e31eda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,9 @@ matrix:
env: DJANGO_PACKAGE='Django>=1.4,<1.5'
- python: "2.7"
env: DJANGO_PACKAGE='Django>=1.4,<1.5'
+ exclude:
+ - python: "2.6"
+ env: DJANGO_PACKAGE='Django>=1.7,<1.8'
install:
- pip install -q $DJANGO_PACKAGE --use-mirrors
- pip install --use-mirrors .