From b109850683df9181b81f1e0c16df79cd0a57bbc4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 15 Jun 2018 11:36:15 -0400 Subject: [PATCH] A better comment about the deprecations job. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f53fdf565..c87e4a503 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -136,7 +136,7 @@ jobs: environment: <<: *UTF_8_ENVIRONMENT - # Select a tox environment to run for this job. + # Select the deprecations tox environments. TAHOE_LAFS_TOX_ENVIRONMENT: "deprecations,upcoming-deprecations"