Add Python 3.4 to Travis config.

This commit is contained in:
Dan Lipsitt 2016-03-12 15:35:14 -08:00
parent d6d460d751
commit 2b0bc02004

View File

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