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