mirror of
https://github.com/gsi-upm/senpy
synced 2024-10-31 23:41:41 +00:00
48d7d1d02e
Also: * added drone-ci integration: tests for py2.7 and py3
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
|