add pypy to travis

This commit is contained in:
Stephen J. Fuhry 2016-07-02 20:17:37 -04:00
parent ecf90cf185
commit bb92e8fdf4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "pypy"
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install -y xvfb"