Denis K 9 years ago
parent
commit
99bef2b3ce
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .travis.yml

+ 6 - 6
.travis.yml

@@ -22,6 +22,12 @@ script:
   - python manage.py test jet
 matrix:
   exclude:
+    - python: 2.6
+      env: DJANGO=1.6.11
+    - python: 2.6
+      env: DJANGO=1.7.7
+    - python: 2.6
+      env: DJANGO=1.8.3
     - python: 3.2
       env: DJANGO=1.4.20
     - python: 3.3
@@ -32,9 +38,3 @@ matrix:
       env: DJANGO=1.4.20
     - python: pypy
       env: DJANGO=1.5.12
-    - python: 2.6
-      env: DJANGO=1.6.11
-    - python: 2.6
-      env: DJANGO=1.7.7
-    - python: 2.6
-      env: DJANGO=1.8.3