Skip to content

Commit

Permalink
ci: Test Py39 with unreleased cython
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Mar 7, 2020
1 parent 871b685 commit ca8c13d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,20 @@ jobs:
- image: circleci/python:3.9-rc
environment: *env
working_directory: ~/python-mbedtls
steps: *steps
steps:
- checkout
- run: *deps
- run: *python_version
- run: *restore_cache_ccache
- run: *mbedtls
- run:
name: Install cython from git
command: |
python -m pip install git+https://github.com/cython/cython.git@master
- run: *install
- run: *save_cache_ccache
- run: *tests
- run: *artifacts

python_extra:
docker:
Expand Down Expand Up @@ -152,7 +165,7 @@ workflows:
build:
jobs:
- python_extra
# - python_39 # Requires Python 3.0
- python_39
- python_38
- python_37
- python_36
Expand Down

0 comments on commit ca8c13d

Please sign in to comment.