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 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…
Cancel
Save