Skip to content

Commit fda7305

Browse files
committed
:sparckles: use pypy2.7-6.0 and pypy3.5-6.0. reference: travis-ci/travis-ci#9542
1 parent b50f970 commit fda7305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/travis.yml.jj2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ notifications:
77
{%endblock%}
88
{%block custom_python_versions%}
99
python:
10-
- pypy-5.3.1
10+
- &pypy2 pypy2.7-6.0
11+
- &pypy3 pypy3.5-6.0
1112
- 3.8-dev
1213
- 3.7
1314
- 3.6

0 commit comments

Comments
 (0)