Skip to content

Commit

Permalink
adding running tests against django 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mislavcimpersak committed Feb 23, 2019
1 parent 2e80fd8 commit ad2518e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
- DJANGO_VERSION=1.9.13
- DJANGO_VERSION=1.10.6
- DJANGO_VERSION=1.11.3
- DJANGO_VERSION=2.0.13
- DJANGO_VERSION=2.1.7

install:
- pip install -q Django==$DJANGO_VERSION
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ envlist =
py{35}-django19
py{35}-django110
py{35}-django111
py{35}-django20
py{35}-django21

[testenv]
setenv =
Expand All @@ -27,7 +29,9 @@ deps =
django18: Django>=1.8, <1.9
django19: Django>=1.9, <1.10
django110: Django>=1.10, <1.11
django111: Django>=1.11, <1.12
django111: Django>=1.11, <2.0
django20: Django>=2.0, <2.1
django21: Django>=2.1, <2.2
coveralls
commands =
coverage run --source=real_content {envbindir}/django-admin.py test real_content
Expand Down

0 comments on commit ad2518e

Please sign in to comment.