Skip to content

Commit c2f9a23

Browse files
committed
explore
1 parent 376dce3 commit c2f9a23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- python: 'pypy3'
2626
env:
2727
- TOXENV=pypy3,report,codecov
28+
- TOXPYTHON=pypy3
29+
- python: 'pypy3'
30+
env:
31+
- TOXENV=pypy3-report-codecov
2832
- python: '3.8'
2933
env:
3034
- TOXENV=doc

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ basepython =
1515
py36: {env:TOXPYTHON:python3.6}
1616
py37: {env:TOXPYTHON:python3.7}
1717
py38: {env:TOXPYTHON:python3.8}
18-
{bootstrap,clean,check}: {env:TOXPYTHON:python3}
18+
{bootstrap,clean,check,report,codecov}: {env:TOXPYTHON:python3}
1919
setenv =
2020
PYTHONPATH={toxinidir}/tests
2121
PYTHONUNBUFFERED=yes

0 commit comments

Comments
 (0)