.travis.yml: add pypy3

`travis lint` said that this file still looks valid.
This commit is contained in:
Mikaela Suomalainen 2014-08-02 11:51:52 +03:00
parent 0810bcadc7
commit ae46a2f494
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -vr requirements.txt