Add pypy3 Travis Support

pull/922/head
Lee Clemens 2015-01-23 13:54:00 -05:00
parent 17b3df004e
commit 40eb7a40f7
1 changed files with 1 additions and 0 deletions

View File

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