1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/.travis.yml

14 lines
144 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:
- PYV=2.7
- PYV=3.4
- PYV=3.5
2015-02-24 06:50:14 +00:00
# run nosetests - Tests
2017-02-27 18:51:53 +00:00
script: make test-$PYV