Skip to content

Commit

Permalink
Fix Django test for now.
Browse files Browse the repository at this point in the history
Not sure why Django 2.2 not work on Travis CI. It did work on my
local machine. But Django 2.1 works on Travis CI. Need to investigate.
  • Loading branch information
lepture committed Sep 2, 2019
1 parent e970f87 commit 79713de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps =
flask: Flask
flask: Flask-SQLAlchemy
py27-django: Django>=1.11,<2.0
{py36,py37}-django: Django>=2.0
{py36,py37}-django: Django>=2.0,<2.1
{py27,py36,py37}-django: pytest-django

setenv =
Expand Down

0 comments on commit 79713de

Please sign in to comment.