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:
14
14
env : TOXENV=python3.5
15
15
- python : pypy
16
16
env : TOXENV=pypy
17
- - python : pypy3
18
- env : TOXENV=pypy3
19
17
- python : 3.5
20
18
env : TOXENV=crosspython3
21
19
- python : 2.7
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ commands =
14
14
# Creating a python3 venv with a python2-based virtualenv
15
15
[testenv:crosspython2]
16
16
basepython =python2
17
- deps =
17
+ deps =
18
18
commands =
19
19
virtualenv -p python3 {envtmpdir}/{envname}
20
20
{envtmpdir}/{envname}/bin/python -V 2>&1 | grep " Python 3"
21
21
22
22
# Creating a python2 venv with a python3-based virtualenv
23
23
[testenv:crosspython3]
24
24
basepython =python3
25
- deps =
25
+ deps =
26
26
commands =
27
27
virtualenv -p python2 {envtmpdir}/{envname}
28
28
{envtmpdir}/{envname}/bin/python -V 2>&1 | grep " Python 2"
You can’t perform that action at this time.
0 commit comments