8000 add pypy test run · matplotlib/matplotlib@f595fe5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f595fe5

Browse files
committed
add pypy test run
1 parent 4dc2f13 commit f595fe5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
4949
CIBW_BEFORE_BUILD: pip install certifi numpy==1.19.3
5050
MPL_DISABLE_FH4: "yes"
51-
CIBW_TEST_COMMAND: pytest matplotlib
5251

5352
- name: Build wheels for CPython
5453
run: |
@@ -107,4 +106,4 @@ jobs:
107106
# option to the "upload" command
108107
anaconda -t ${TOKEN} upload \
109108
--no-progress --force -u $ANACONDA_ORG \
110-
${BUILD_DIR}/wheelhouse/*.whl;
109+
./dist/*.whl;

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
python-version: 3.7
3131
extra-requirements: '-r requirements/testing/travis_extra.txt'
3232
XVFB_RUN: xvfb-run -a
33+
- os: ubuntu-18.04
34+
python-version: pypy-3.7
35+
extra-requirements: '-r requirements/testing/travis_extra.txt'
36+
XVFB_RUN: xvfb-run -a
3337
- os: ubuntu-16.04
3438
python-version: 3.8
3539
extra-requirements: '-r requirements/testing/travis_extra.txt'

0 commit comments

Comments
 (0)
0