mirror of
https://github.com/gsi-upm/senpy
synced 2024-10-31 23:41:41 +00:00
13 lines
132 B
YAML
13 lines
132 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
language: python
|
|
|
|
env:
|
|
- PYV=2.7
|
|
- PYV=3.5
|
|
# run nosetests - Tests
|
|
script: make test-$PYV
|