Removed Python 3.4 since is not longer supported

This commit is contained in:
Camilo Nova 2019-03-16 09:53:08 -05:00
parent 5e422cfd54
commit bb03e1e65a
3 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,6 @@ language: python
cache: pip
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy

View file

@ -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',

View file

@ -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