TST: Add Python 3.4 for TravisCI

This reverts commit 233aa043f3.
This commit is contained in:
Steven Hiscocks 2014-05-03 12:09:48 +01:00
parent 1e19bca28e
commit b486014b35

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