mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
14 lines
188 B
YAML
14 lines
188 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.5"
|
|
- "3.4"
|
|
- "3.3"
|
|
- "3.2"
|
|
- "3.1"
|
|
- "3.0"
|
|
script:
|
|
- "python3 setup.py test"
|
|
install:
|
|
- "pip3 install setuptools"
|