File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ commands =
1414# Creating a python3 venv with a python2-based virtualenv
1515[testenv:crosspython2]
1616basepython =python2
17- deps =
17+ deps =
1818commands =
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]
2424basepython =python3
25- deps =
25+ deps =
2626commands =
2727 virtualenv -p python2 {envtmpdir}/{envname}
2828 {envtmpdir}/{envname}/bin/python -V 2>&1 | grep " Python 2"
You can’t perform that action at this time.
0 commit comments