forked from uncloud/uncloud
8 lines
144 B
YAML
8 lines
144 B
YAML
image: python:3
|
|
|
|
before_script:
|
|
- python setup.py install
|
|
|
|
python_tests:
|
|
script:
|
|
- python -m unittest -v test/test_mac_local.py
|