5 lines
97 B
YAML
5 lines
97 B
YAML
image: python:3
|
|
|
|
pythonTests:
|
|
script:
|
|
- python -m unittest -v test/test_mac_local.py
|