Test against Python 3.4

As discussed in #264.
This commit is contained in:
Nick Pope 2017-11-23 12:54:09 +00:00
parent a7764766e1
commit 60c88aa47f
3 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,7 @@ sudo: false
language: python
cache: pip
python:
- 3.4
- 3.5
- 3.6
install: pip install tox-travis

View file

@ -35,6 +35,7 @@ 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',
'Topic :: Internet :: Log Analysis',

View file

@ -1,7 +1,7 @@
[tox]
envlist =
py{27,35,36}-django-111
py{35,36}-django-20
py{27,34,35,36}-django-111
py{34,35,36}-django-20
py{35,36}-django-master
[testenv]