Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:datadesk/django-softhyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed May 19, 2014
2 parents f415b56 + e1b7316 commit 8c661c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -6,13 +6,14 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# List the versions of Django you'd like to test against
env:
- DJANGO_VERSION=1.2.7
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.5.4
- DJANGO_VERSION=1.6.1
- DJANGO_VERSION=1.6.2
matrix:
exclude:
- python: "3.2"
Expand All @@ -27,6 +28,12 @@ matrix:
env: "DJANGO_VERSION=1.3.7"
- python: "3.3"
env: "DJANGO_VERSION=1.2.7"
- python: "3.4"
env: "DJANGO_VERSION=1.4.10"
- python: "3.4"
env: "DJANGO_VERSION=1.3.7"
- python: "3.4"
env: "DJANGO_VERSION=1.2.7"
# Tell it the things it will need to install when it boots
install:
# Install the dependencies
Expand Down

0 comments on commit 8c661c4

Please sign in to comment.