mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
16 lines
202 B
YAML
16 lines
202 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
language: python
|
|
|
|
env:
|
|
- PYV=3.4
|
|
- PYV=3.5
|
|
- PYV=3.6
|
|
- PYV=3.7
|
|
# - PYV=3.3 # Apt fails in this docker image
|
|
# run nosetests - Tests
|
|
script: make test-$PYV
|