Debugging pipeline

This commit is contained in:
Dominique Roux 2020-01-29 17:25:29 +01:00
parent 1ca2f8670d
commit 7e36b0c067
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
image: python:3
pythonTests:
before_script:
- python setup.py install
python_tests:
script:
- python -m unittest -v test/test_mac_local.py