uncloud/.gitlab-ci.yml

9 lines
144 B
YAML
Raw Normal View History

2020-01-29 16:15:34 +00:00
image: python:3
2020-01-29 16:25:29 +00:00
before_script:
- python setup.py install
python_tests:
2020-01-29 16:15:34 +00:00
script:
- python -m unittest -v test/test_mac_local.py