Skip to content

Commit 2b7d8aa

Browse files
committed
Change pypy versions in travis conf
1 parent 6e4ef38 commit 2b7d8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ matrix:
2020
env: TOXENV=py36
2121
- python: "3.7-dev"
2222
env: TOXENV=py37
23-
- python: "pypy"
23+
- python: "pypy2.7"
2424
env: TOXENV=pypy
25-
- python: "pypy3"
25+
- python: "pypy3.5"
2626
env: TOXENV=pypy3
2727

2828
install:

0 commit comments

Comments
 (0)