Enable Python 3.4 on Travis CI.

This commit is contained in:
Berker Peksag 2014-04-30 09:24:19 +03:00
parent cdea12b276
commit 229d782ce9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
- pip install -r requirements-dev.txt