forked from uncloud/uncloud
Debugging pipeline
This commit is contained in:
parent
1ca2f8670d
commit
7e36b0c067
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
image: python:3
|
image: python:3
|
||||||
|
|
||||||
pythonTests:
|
before_script:
|
||||||
|
- python setup.py install
|
||||||
|
|
||||||
|
python_tests:
|
||||||
script:
|
script:
|
||||||
- python -m unittest -v test/test_mac_local.py
|
- python -m unittest -v test/test_mac_local.py
|
||||||
|
|
Loading…
Reference in a new issue