mirror of
https://github.com/gsi-upm/senpy
synced 2024-10-31 23:41:41 +00:00
10 lines
126 B
YAML
10 lines
126 B
YAML
|
build:
|
||
|
image: python:$$PYTHON_VERSION
|
||
|
commands:
|
||
|
- python setup.py test
|
||
|
|
||
|
matrix:
|
||
|
PYTHON_VERSION:
|
||
|
- 2.7
|
||
|
- 3.4
|