sopel-irc / docker-sopel

:whale: Officially Unofficialâ„¢ Docker container for Sopel, a Python IRC bot
https://hub.docker.com/r/sopelirc/sopel
12 stars 6 forks source link

build: use travis to autobuild various combinations of Sopel+Python #24

Closed HumorBaby closed 5 years ago

HumorBaby commented 5 years ago

Added a python script to build and push multiple versions of Sopel for a given Python-alpine version. travis runs this script for multiple Python versions. Sopel versions to build are read from version-map.txt, a pip requirements-like text file. Details of the format are found in the build script, .travis/build-tag-deploy.py in the parse_version_map method docstring.

HumorBaby commented 5 years ago

CI build was canceled (thus the failed check). PRs should not trigger a build; only when merged to master. PRs will build, but not push to Docker Hub.