1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 20:42:27 +00:00
senpy/.travis.yml
2019-04-04 17:32:38 +02:00

16 lines
168 B
YAML

sudo: required
services:
- docker
language: python
env:
- PYV=3.3
- PYV=3.4
- PYV=3.5
- PYV=3.6
- PYV=3.7
# run nosetests - Tests
script: make test-$PYV