mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
8 lines
110 B
YAML
8 lines
110 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
script:
|
|
- "python3 setup.py test"
|
|
install:
|
|
- "pip3 install setuptools"
|