Merge pull request #591 from Mkaysi/travis

.travis.yml: add Python 3.4 [DO NOT MERGE UNTIL TRAVIS SUPPORTS IT!].
This commit is contained in:
Valentin Lorentz 2014-04-28 18:19:25 +02:00
commit ec0d6ea45b
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: