Merge pull request #922 from leeclemens/ENH/pypy3TravisSupport

Add pypy3 Travis Support
pull/929/head
Yaroslav Halchenko 2015-01-26 09:01:06 -05:00
commit 4f28bc4fb0
1 changed files with 1 additions and 0 deletions

View File

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