Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
add centos-{7,8}
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 28, 2020
1 parent 9fca230 commit f6cbb8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ envlist =
docker-{ubuntu-{trusty,xenial,bionic,latest,eoan,rolling,focal,devel},
debian-{sid,jessie,buster,bullseye},
fedora-{26,27,28,29,30,31,32},
centos-{7,8},
arch-latest,
conda-forge,conda-anaconda3
}-{minimal,standard,maximal}
Expand Down Expand Up @@ -72,6 +73,13 @@ setenv =
fedora-31: BASE_IMAGE=fedora:31 # latest
fedora-32: BASE_IMAGE=fedora:32 # rawhide
#
# https://hub.docker.com/_/centos
#
centos: SYSTEM=fedora
#centos-6: BASE_IMAGE=centos:centos6 # only has autoconf 2.63 -- too old for bootstrap
centos-7: BASE_IMAGE=centos:centos7
centos-8: BASE_IMAGE=centos:centos8
#
# https://hub.docker.com/_/archlinux/
#
archlinux: SYSTEM=arch
Expand Down

0 comments on commit f6cbb8a

Please sign in to comment.