You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
sudo: required
|
|
|
|
|
|
|
|
env:
|
|
|
|
- distribution: ubuntu
|
|
|
|
version: 16.04
|
|
|
|
python: 3.5
|
|
|
|
- distribution: ubuntu
|
|
|
|
version: 16.04
|
|
|
|
python: 2.7
|
|
|
|
- distribution: ubuntu
|
|
|
|
version: 14.04
|
|
|
|
python: 3.4
|
|
|
|
- distribution: ubuntu
|
|
|
|
version: 14.04
|
|
|
|
python: 2.7
|
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- "docker pull ${distribution}:${version}"
|
|
|
|
|
|
|
|
script:
|
|
|
|
- "docker build --file=tests/py${python}-${distribution}-${version}.dockerfile ."
|