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

Commit

Permalink
tox.ini: Add debian stretch, put sid last
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 28, 2020
1 parent 843ca76 commit bd6a545
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### and satisfy the requirements tested by spkg-configure.m4, then compile a few packages.
envlist =
docker-{ubuntu-{trusty,xenial,bionic,latest,eoan,rolling,focal,devel},
debian-{sid,jessie,buster,bullseye},
debian-{jessie,stretch,buster,bullseye,sid},
fedora-{26,27,28,29,30,31,32},
centos-{7,8},
arch-latest,
Expand Down Expand Up @@ -55,11 +55,12 @@ setenv =
# https://hub.docker.com/_/debian
#
debian: SYSTEM=debian
debian-sid: BASE_IMAGE=debian:sid
debian-jessie: BASE_IMAGE=debian:jessie
debian-jessie: IGNORE_MISSING_SYSTEM_PACKAGES=yes
debian-stretch: BASE_IMAGE=debian:stretch
debian-buster: BASE_IMAGE=debian:buster
debian-bullseye: BASE_IMAGE=debian:bullseye
debian-sid: BASE_IMAGE=debian:sid
#
# https://hub.docker.com/_/fedora
#
Expand Down

0 comments on commit bd6a545

Please sign in to comment.