mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Remove Python 3.4 from Django 2.1 tests since it’s not supported.
This commit is contained in:
parent
966b68ee5c
commit
4ece48c7b2
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -7,7 +7,7 @@ envlist =
|
|||
twine-check-py{27,37},
|
||||
py{27,34,35,36}-dj111
|
||||
py{34,35,36,37}-dj20
|
||||
py{34,35,36,37}-dj21
|
||||
py{35,36,37}-dj21
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
|
|
|
|||
Loading…
Reference in a new issue