mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
9 lines
100 B
YAML
9 lines
100 B
YAML
langauge: python
|
|
python:
|
|
- "3.7"
|
|
script:
|
|
- "./setup.py test"
|
|
install:
|
|
- "./setup.py install"
|
|
|