1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Add pypy3.5-5.9.0

This commit is contained in:
Hugo
2018-01-15 10:04:25 +02:00
parent 82fa50c092
commit 1af4b2587e

View File

@@ -57,6 +57,7 @@ python:
- 3.5
- 3.6
- pypy
- "pypy3.5-5.9.0"
install:
- pip install tox-travis
- if [[ $TOX_SUFFIX != 'flakes' ]]; then python setup.py install ; fi