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

14 lines
144 B
YAML

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