Skip to content

Commit 773a546

Browse files
committed
Exclude Python2.6 from Django1.8 tests.
1 parent b07e71a commit 773a546

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ matrix:
4646
- python: "2.6"
4747
env: DJANGO="django>=1.7.0,<1.8.0"
4848
- python: "2.6"
49-
env: DJANGO="django>=1.7.0,<1.8.0"
50-
- python: "2.6"
51-
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
49+
env: DJANGO="django>=1.8.0,<1.9.0"
5250
- python: "2.6"
5351
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
5452
allow_failures:

0 commit comments

Comments
 (0)