Skip to content

Commit

Permalink
BLD/CI: fix py39 ci pandas-dev#36296
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli committed Sep 16, 2020
1 parent 0d4a1c1 commit c774f3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ matrix:
- arch: arm64
env:
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
- dist: bionic
env:
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"


before_install:
Expand Down
3 changes: 1 addition & 2 deletions ci/build39.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

sudo apt-get install build-essential gcc xvfb
pip install --no-deps -U pip wheel setuptools
pip install numpy python-dateutil pytz pytest pytest-xdist hypothesis
pip install cython --pre # https://github.com/cython/cython/issues/3395
pip install cython numpy python-dateutil pytz pytest pytest-xdist hypothesis

python setup.py build_ext -inplace
python -m pip install --no-build-isolation -e .
Expand Down

0 comments on commit c774f3d

Please sign in to comment.