1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00

Merge pull request #249 from frewsxcv/patch-1

Enable testing on PyPy 3
This commit is contained in:
Jakub Roztočil
2014-09-07 10:45:29 +02:00

View File

@ -9,6 +9,7 @@ python:
- pypy - pypy
- 3.3 - 3.3
- 3.4 - 3.4
- pypy3
script: script:
- make - make
after_success: after_success: