Get Python 3.5 tests working on Travis

This commit is contained in:
Carlton Gibson
2016-03-19 20:50:28 +01:00
parent 774ac5aa63
commit 190e5d3313

View File

@@ -1,5 +1,7 @@
sudo: false
language: python
python:
- 3.5
env:
- TOXENV=flake8-py27
- TOXENV=flake8-py34