TST: Add Python 3.4 for TravisCI

pull/702/merge
Steven Hiscocks 2014-04-19 18:25:59 +01:00
parent 03d90c2f42
commit a3f8b943a3
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