1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 17:46:14 +01:00
github.com_fedora-python_to.../.travis.yml
2019-07-23 13:19:42 +02:00

17 lines
302 B
YAML

language: generic
services:
- docker
env:
- FEDORA=29
- FEDORA=30
- 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