Skip to content

Commit

Permalink
Do not run Django 2.2 tests with Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeengland committed Apr 7, 2019
1 parent e4af1ce commit e5ba4e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ matrix:
- { python: "3.6", env: DJANGO=1.11 }
- { python: "3.6", env: DJANGO=2.0 }
- { python: "3.6", env: DJANGO=2.1 }
- { python: "3.6", env: DJANGO=2.2 }
- { python: "3.6", env: DJANGO=master }

- { python: "3.7", env: DJANGO=2.0, dist: xenial, sudo: true }
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
py{36,37}-django-111
py{36,37}-django-20
py{36,37}-django-21
py{36,37}-django-22
py{37}-django-22
py{36,37}-django-master

[testenv]
Expand Down

0 comments on commit e5ba4e3

Please sign in to comment.