Flip Debian 8 and 9 definitions
More things want Debian 9. This reduces duplication.
This commit is contained in:
parent
1db86c681b
commit
9c359681f2
|
@ -48,9 +48,9 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
~/.local/bin/tox -e codechecks
|
~/.local/bin/tox -e codechecks
|
||||||
|
|
||||||
debian-8: &DEBIAN
|
debian-9: &DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "debian:8"
|
- image: "debian:9"
|
||||||
|
|
||||||
environment: &UTF_8_ENVIRONMENT
|
environment: &UTF_8_ENVIRONMENT
|
||||||
# Tell Hypothesis which configuration we want it to use.
|
# Tell Hypothesis which configuration we want it to use.
|
||||||
|
@ -173,16 +173,14 @@ jobs:
|
||||||
/tmp/tests/bin/codecov
|
/tmp/tests/bin/codecov
|
||||||
|
|
||||||
|
|
||||||
debian-9:
|
debian-8:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "debian:9"
|
- image: "debian:8"
|
||||||
|
|
||||||
|
|
||||||
c-locale:
|
c-locale:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
|
||||||
- image: "debian:9"
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
<<: *UTF_8_ENVIRONMENT
|
<<: *UTF_8_ENVIRONMENT
|
||||||
|
@ -191,8 +189,6 @@ jobs:
|
||||||
|
|
||||||
deprecations:
|
deprecations:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
|
||||||
- image: "debian:9"
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
<<: *UTF_8_ENVIRONMENT
|
<<: *UTF_8_ENVIRONMENT
|
||||||
|
|
Loading…
Reference in New Issue