1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 04:32:29 +00:00
senpy/.travis.yml
J. Fernando Sánchez 45421f4613 Small tweaks in docs
2019-04-04 18:54:15 +02:00

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