Skip to content

Commit

Permalink
add python 3.7 and Django2.1 to envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
dchukhin committed Mar 11, 2019
1 parent 5a34807 commit 13410a6
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 13410a6

Please # to comment.