Add CI for cython

This commit is contained in:
Mattia Montanari
2020-05-21 18:39:20 +01:00
committed by GitHub
parent b19bc7c0f0
commit 3959f1a616

View File

@@ -20,4 +20,4 @@ jobs:
- name: Run cython - name: Run cython
run: | run: |
cd examples/cython 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