Skip to content

Commit 49721c1

Browse files
committed
Drop PyPy3
1 parent 57d7b03 commit 49721c1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ matrix:
1414
env: TOXENV=python3.5
1515
- python: pypy
1616
env: TOXENV=pypy
17-
- python: pypy3
18-
env: TOXENV=pypy3
1917
- python: 3.5
2018
env: TOXENV=crosspython3
2119
- python: 2.7

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ commands =
1414
# Creating a python3 venv with a python2-based virtualenv
1515
[testenv:crosspython2]
1616
basepython=python2
17-
deps =
17+
deps =
1818
commands =
1919
virtualenv -p python3 {envtmpdir}/{envname}
2020
{envtmpdir}/{envname}/bin/python -V 2>&1 | grep "Python 3"
2121

2222
# Creating a python2 venv with a python3-based virtualenv
2323
[testenv:crosspython3]
2424
basepython=python3
25-
deps =
25+
deps =
2626
commands =
2727
virtualenv -p python2 {envtmpdir}/{envname}
2828
{envtmpdir}/{envname}/bin/python -V 2>&1 | grep "Python 2"

0 commit comments

Comments
 (0)