File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 48
48
CIBW_MANYLINUX_I686_IMAGE : manylinux2010
49
49
CIBW_BEFORE_BUILD : pip install certifi numpy==1.19.3
50
50
MPL_DISABLE_FH4 : " yes"
51
- CIBW_TEST_COMMAND : pytest matplotlib
52
51
53
52
- name : Build wheels for CPython
54
53
run : |
@@ -107,4 +106,4 @@ jobs:
107
106
# option to the "upload" command
108
107
anaconda -t ${TOKEN} upload \
109
108
--no-progress --force -u $ANACONDA_ORG \
110
- ${BUILD_DIR}/wheelhouse /*.whl;
109
+ ./dist /*.whl;
Original file line number Diff line number Diff line change 30
30
python-version : 3.7
31
31
extra-requirements : ' -r requirements/testing/travis_extra.txt'
32
32
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
33
37
- os : ubuntu-16.04
34
38
python-version : 3.8
35
39
extra-requirements : ' -r requirements/testing/travis_extra.txt'
You can’t perform that action at this time.
0 commit comments