Added python 3.5 support. Fixes #264

This commit is contained in:
Camilo Nova 2017-11-20 09:08:37 -05:00
parent 5e313601f0
commit b31610df6c
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
[tox]
envlist =
py{36}-django-111
py{36}-django-20
py{36}-django-master
py{35,36}-django-111
py{35,36}-django-20
py{35,36}-django-master
[testenv]
deps =
@ -13,7 +13,6 @@ deps =
django-master: https://github.com/django/django/archive/master.tar.gz
usedevelop = True
ignore_outcome =
django-20: True
django-master: True
commands =
coverage run -a --source=axes runtests.py -v2