mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
10 lines
128 B
YAML
10 lines
128 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.5"
|
|
- "2.7"
|
|
script:
|
|
- "python setup.py test"
|
|
install:
|
|
- "pip install setuptools"
|