Skip to content

Commit

Permalink
Django 2.1 lifecycle ended on December 2, 2019. Removed it from testi…
Browse files Browse the repository at this point in the history
…ng env.
  • Loading branch information
kilgoretrout1985 committed Dec 4, 2019
1 parent 48ee723 commit fec93cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist =
{py27}-django{111}
{py36}-django{111,21,22}
{py37}-django{111,21,22}
{py38}-django{111,21,22}
{py36}-django{111,22}
{py37}-django{111,22}
{py38}-django{111,22}

[testenv]
changedir = djangosample
Expand All @@ -16,5 +16,4 @@ commands =
deps =
psycopg2-binary
django111: Django>=1.11,<2.0
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3

0 comments on commit fec93cd

Please sign in to comment.