Merge pull request #88 from DanLipsitt/feature/test-python3.4

Test against python3.4
This commit is contained in:
Andrew Godwin 2016-03-13 14:38:51 -03:00
commit 4462e3dfec
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
install: pip install tox-travis
script: tox

View File

@ -2,6 +2,7 @@
skipsdist = True
envlist =
{py27}-django-{17,18,19}
{py34}-django-{18,19}
{py35}-django-{18,19}
{py27,py35}-flake8
isort