Skip to content

Commit

Permalink
Testing with 1.9 instead of 1.7
Browse files Browse the repository at this point in the history
(In addition to 1.4 and 1.8 LTS)
  • Loading branch information
reinout committed Jun 29, 2016
1 parent 9cb6d34 commit 8d46d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
python:
- 2.7
- 3.4
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ build:
ifeq ($(DJANGO_VERSION),1.4)
bin/buildout -c buildout14.cfg
endif
ifeq ($(DJANGO_VERSION),1.7)
bin/buildout -c buildout17.cfg
ifeq ($(DJANGO_VERSION),1.9)
bin/buildout -c buildout19.cfg
endif
ifeq ($(DJANGO_VERSION),1.8)
bin/buildout
Expand Down
2 changes: 1 addition & 1 deletion buildout17.cfg → buildout19.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ extends = buildout.cfg


[versions]
Django = 1.7.8
Django = 1.9.7

0 comments on commit 8d46d1b

Please sign in to comment.