1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 12:42:27 +00:00
senpy/.travis.yml

16 lines
202 B
YAML
Raw Normal View History

2017-02-27 18:51:53 +00:00
sudo: required
services:
- docker
2015-02-24 06:44:29 +00:00
language: python
2017-02-27 18:51:53 +00:00
env:
2019-04-04 15:32:38 +00:00
- PYV=3.4
2017-02-27 18:51:53 +00:00
- PYV=3.5
2019-04-04 15:32:38 +00:00
- PYV=3.6
- PYV=3.7
2019-04-04 16:53:55 +00:00
# - PYV=3.3 # Apt fails in this docker image
2015-02-24 06:50:14 +00:00
# run nosetests - Tests
2017-02-27 18:51:53 +00:00
script: make test-$PYV