Official support for python 3.4

This commit is contained in:
Manuel Ebert 2014-05-22 11:56:28 -07:00
parent 0961aa7610
commit 78eda12287
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.3"
# - "3.4" # Not available on Travis yet, see https://github.com/travis-ci/travis-ci/issues/1989
- "3.4"
install:
- "pip install -e . --use-mirrors"
- "pip install pycrypto>=2.6 --use-mirrors"