1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-24 09:06:15 +01:00
github.com_fedora-python_to.../.travis.yml
2019-10-23 13:24:51 +02:00

18 lines
316 B
YAML

language: generic
services:
- docker
env:
- FEDORA=29
- FEDORA=30
- FEDORA=31
- FEDORA=rawhide
install:
- sed -i "s|FROM fedora|FROM registry.fedoraproject.org/fedora:${FEDORA}|" Dockerfile
- docker build -t tox-current-env .
script:
- docker run -v $(pwd):$(pwd) -w $(pwd) -i -t tox-current-env