Skip to content

Commit

Permalink
Add py37-django111 to the test matrix
Browse files Browse the repository at this point in the history
Django added Python 3.7 support to Django 1.11 in version 1.11.17.

https://docs.djangoproject.com/en/dev/releases/1.11.17/

> Django 1.11.17 ... adds compatibility with Python 3.7.
  • Loading branch information
jdufresne authored and jschneier committed Jan 10, 2019
1 parent ab17cb8 commit efcad7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,8 @@ matrix:
env: TOXENV=py35-django111
- python: 3.6
env: TOXENV=py36-django111
- python: 3.7
env: TOXENV=py37-django111
- python: 3.4
env: TOXENV=py34-django20
- python: 3.5
Expand Down
9 changes: 4 additions & 5 deletions tox.ini
@@ -1,10 +1,9 @@
[tox]
envlist =
py27-django111
py34-django{111,20}
py35-django{111,20,21,master}
py36-django{111,20,21,master}
py37-django{20,21,master}
py{27,34,35,36,37}-django111
py{34,35,36,37}-django20
py{35,36,37}-django21
py{35,36,37}-djangomaster
integration
flake8

Expand Down

0 comments on commit efcad7f

Please sign in to comment.