Skip to content
Commits on Source (2)
......@@ -8,18 +8,21 @@ before_script:
script:
- py.test-3 -vv -l -r a
test:unstable:
unstable:
<<: *test
image: debian:unstable
test:testing:
testing:
<<: *test
image: debian:testing
# in testing the build-dependencies are not installable.
# keep trying, but ignore the failures
allow_failure: true
test:stable-bpo:
stable-bpo:
<<: *test
image: debian:stable-backports
test:ubuntu-devel:
ubuntu-devel:
<<: *test
image: ubuntu:devel