Add CI for cython

fixes-turtlebasket
Mattia Montanari 2020-05-21 18:39:20 +01:00 committed by GitHub
parent b19bc7c0f0
commit 3959f1a616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ jobs:
- name: Run cython
run: |
cd examples/cython
python3 setup.py build_ext --inplace && python3 pygjk_trial.py
python3 setup.py build_ext --inplace && python3 -m pytest -s -v test.py