Add a deprecations job

This commit is contained in:
Jean-Paul Calderone 2018-06-15 08:57:50 -04:00
parent 663f98101c
commit 03bb4ef1a9

View File

@ -14,6 +14,8 @@ workflows:
- "fedora-27"
- "fedora-28"
- "deprecations"
jobs:
lint:
docker:
@ -99,6 +101,8 @@ jobs:
# if the working directory is not readable.
working_directory: "/tmp"
command: |
env
# Run the test suite as a non-root user. This is the expected
# usage some small areas of the test suite assume non-root
# privileges (such as unreadable files being unreadable).
@ -126,6 +130,18 @@ jobs:
<<: *DEBIAN
deprecations:
docker:
- image: "debian:9"
environment:
<<: *UTF_8_ENVIRONMENT
# Select a tox environment to run for this job.
TAHOE_LAFS_TOX_ENVIRONMENT: "deprecations,upcoming-deprecations"
<<: *DEBIAN
ubuntu-16.04:
<<: *DEBIAN
docker: