8000 CI: Rename pypy to pypy2 to match bionic names · admdev8/python-versioneer@2d741e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d741e3

Browse files
committed
CI: Rename pypy to pypy2 to match bionic names
1 parent 43de9d5 commit 2d741e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ python:
1414
- 3.6
1515
- 3.7
1616
- 3.8
17-
- pypy
17+
- pypy2
1818
- pypy3
1919

2020
install:
21-
- pip install "tox<3.0.0" tox-travis
21+
- pip install tox-travis
2222

2323
script:
2424
- tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py36,py37,py38,pypy,pypy3
7+
envlist = py36,py37,py38,pypy2,pypy3
88
skip_missing_interpreters = True
99

1010
[testenv]

0 commit comments

Comments
 (0)
0