Skip to content

Commit

Permalink
Merge pull request #2 from dchukhin/test-py37-django-21
Browse files Browse the repository at this point in the history
Add Python 3.7 And Django2.1 To Tox
  • Loading branch information
Dmitriy Chukhin authored Mar 11, 2019
2 parents 9070ee9 + 13410a6 commit ac3974d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==1.11
psycopg2==2.6.1
psycopg2==2.7.2
dj-database-url==0.4.1
gunicorn==19.6.0

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tox]
envlist = {py35,py36}-1.11.X,{py35,py36}-2.0.X
envlist = {py35,py3,py37}-1.11.X,{py35,py3,py37}-2.0.X,{py35,py3,py37}-2.1.X

[testenv]
basepython =
py35: python3.5
py36: python3.6
py37: python3.7
deps =
-rrequirements.txt
commands = {envpython} runtests.py

0 comments on commit ac3974d

Please # to comment.