Test on PyPy 2 and 3

pull/64/head
orf 2017-06-02 14:01:16 +01:00 committed by Andrew Krasichkov
parent f5fd81c0db
commit d4e3d5285e
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
install:
- pip install -r requirements.txt