mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Removed Python 3.4 since is not longer supported
This commit is contained in:
parent
5e422cfd54
commit
bb03e1e65a
3 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ language: python
|
|||
cache: pip
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- pypy
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -44,7 +44,6 @@ setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{27,34,35,36,37,py,py3}-django-111
|
||||
py{27,35,36,37,py,py3}-django-111
|
||||
py{35,36,37,py3}-django-21
|
||||
py{37}-django-22
|
||||
py{37}-django-master
|
||||
|
|
|
|||
Loading…
Reference in a new issue