TST: Add Python 3.4 for TravisCI

This reverts commit 233aa043f3.
pull/710/merge
Steven Hiscocks 2014-05-03 12:09:48 +01:00
parent 1e19bca28e
commit b486014b35
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then sudo apt-get update -qq; fi