uncloud/.gitlab-ci.yml

9 lines
144 B
YAML
Raw Normal View History

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