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.
24 lines
438 B
24 lines
438 B
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 ."
|
|
|