mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Tox: Django 2.1 drops support for Python 3.4
This commit is contained in:
parent
db2f78567c
commit
b7151350b6
2 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ matrix:
|
|||
- { python: 3.6, env: DJANGO=1.9 }
|
||||
- { python: 3.6, env: DJANGO=1.10 }
|
||||
- { python: 2.7, env: DJANGO=2.0 }
|
||||
- { python: 2.7, env: DJANGO=2.1 }
|
||||
- { python: 3.4, env: DJANGO=2.1 }
|
||||
include:
|
||||
- { python: 3.6, env: TOXENV=flake8 }
|
||||
- { python: 3.6, env: TOXENV=readme }
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -7,7 +7,7 @@ envlist =
|
|||
py{27,34,35}-django110
|
||||
py{27,34,35,36,37}-django111
|
||||
py{34,35,36,37}-django20
|
||||
py{34,35,36,37}-django21
|
||||
py{35,36,37}-django21
|
||||
flake8
|
||||
readme
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue