mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-25 01:22:28 +00:00
Testing docker in travis
This commit is contained in:
parent
fef06d4333
commit
15d456d048
17
.travis.yml
17
.travis.yml
@ -1,8 +1,13 @@
|
|||||||
|
sudo: required
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "2.7"
|
env:
|
||||||
- "3.4"
|
- PYV=2.7
|
||||||
- "3.5"
|
- PYV=3.4
|
||||||
install: "pip install -r requirements.txt"
|
- PYV=3.5
|
||||||
# run nosetests - Tests
|
# run nosetests - Tests
|
||||||
script: nosetests
|
script: make test-$PYV
|
||||||
|
Loading…
Reference in New Issue
Block a user