Testing docker in travis

pull/17/head
J. Fernando Sánchez 7 years ago
parent fef06d4333
commit 15d456d048

@ -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

Loading…
Cancel
Save