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

Commit

Permalink
Adds Django 1.11 testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
avelis committed Apr 22, 2017
1 parent 7062327 commit 7ac52ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ env:
- DJANGO_VERSION="1.8"
- DJANGO_VERSION="1.9"
- DJANGO_VERSION="1.10"
- DJANGO_VERSION="1.11"

install:
- pip install -r devrequirements_${DJANGO_VERSION}.txt
Expand All @@ -29,6 +30,8 @@ matrix:
env: DJANGO_VERSION="1.9"
- python: "3.3"
env: DJANGO_VERSION="1.10"
- python: "3.3"
env: DJANGO_VERSION="1.11"

deploy:
provider: pypi
Expand Down
3 changes: 3 additions & 0 deletions devrequirements_1.11.txt
@@ -0,0 +1,3 @@
-r devrequirements.txt
django-contrib-comments>=1.8.0
Django>=1.11,<1.12

0 comments on commit 7ac52ab

Please sign in to comment.