1
0
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:
J. Fernando Sánchez 2017-02-27 19:51:53 +01:00
parent fef06d4333
commit 15d456d048

View File

@ -1,8 +1,13 @@
sudo: required
services:
- docker
language: python
python:
- "2.7"
- "3.4"
- "3.5"
install: "pip install -r requirements.txt"
env:
- PYV=2.7
- PYV=3.4
- PYV=3.5
# run nosetests - Tests
script: nosetests
script: make test-$PYV