Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Add Django 2.0 to the testing grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilhelm-godaddy committed Jan 29, 2018
1 parent b2e4732 commit 0961224
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -12,14 +12,19 @@ env:
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
- DJANGO=2.0
matrix:
exclude:
- python: 2.7
env: DJANGO=2.0
- python: 3.3
env: DJANGO=1.9
- python: 3.3
env: DJANGO=1.10
- python: 3.3
env: DJANGO=1.11
- python: 3.3
env: DJANGO=2.0
- python: 3.6
env: DJANGO=1.8
- python: 3.6
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ envlist =
py{27,33,34,35}-django18
py{27,34,35}-django{19,110}
py{27,34,35,36}-django111
py{34,35,36}-django20
py{35,36}-djangomaster,
flake8
skip_missing_interpreters = true
@@ -27,6 +28,7 @@ deps =
django19: Django>=1.9,<1.110
django110: Django>=1.10,<1.11
django111: Django>=1.11,<2.0
django20: Django>=2.0,<2.1
djangomaster: https://github.com/django/django/archive/master.tar.gz
commands = python setup.py test

@@ -59,6 +61,7 @@ DJANGO =
1.9: django19
1.10: django110
1.11: django111
2.0: django20
master: djangomaster

[coverage:run]
@@ -69,4 +72,4 @@ parallel = True
[coverage:paths]
source =
django_snow
*/site-packages
*/site-packages

0 comments on commit 0961224

Please sign in to comment.