Skip to content

Commit

Permalink
Added tests for Django 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-at-CrimsonAuzre committed Mar 12, 2020
1 parent 48a2ca4 commit e8f955a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ matrix:
- python: 3.5
env: TOX_ENV=py35-django-2
- python: 3.6
env: TOX_ENV=py36-django-2
env: TOX_ENV=py36-django-2
- python: 3.4
env: TOX_ENV=py34-django-3
- python: 3.5
env: TOX_ENV=py35-django-3
- python: 3.6
env: TOX_ENV=py36-django-3
#env:
# - TOX_ENV=py36-django-18
# - TOX_ENV=py35-django-18
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
{py27,py34,py35,py36}-django-18
{py27,py34,py35,py36}-django-111
{py34,py35,py36}-django-2
{py34,py35,py36}-django-3
stats

[testenv]
Expand All @@ -13,6 +14,7 @@ deps =
django-18: Django>=1.8,<1.9
django-111: Django>=1.11,<2.0
django-2: Django>=2.0,<2.1
django-3: Django>=3.0,<3.1
-r{toxinidir}/requirements-test.txt
basepython =
py36: python3.6
Expand Down

0 comments on commit e8f955a

Please sign in to comment.