Make the environment a mapping

The documentation explains it as a list of single mappings.  That makes
no sense but "no sense" is par for the course.  However, "circleci
config validate" is happy if it is merely a mapping.

Making it a mapping lets us do a yaml mapping merge later and reduce
duplication.
This commit is contained in:
Jean-Paul Calderone 2018-06-15 08:29:40 -04:00
parent 7cd387bf5b
commit 66903ba3d7

View File

@ -34,12 +34,12 @@ jobs:
environment: &UTF_8_ENVIRONMENT
# Tell Hypothesis which configuration we want it to use.
- TAHOE_LAFS_HYPOTHESIS_PROFILE: "ci"
TAHOE_LAFS_HYPOTHESIS_PROFILE: "ci"
# Tell the C runtime things about character encoding (mainly to do with
# filenames and argv).
- LANG: "en_US.UTF-8"
LANG: "en_US.UTF-8"
# Select a tox environment to run for this job.
- TAHOE_LAFS_TOX_ENVIRONMENT: "coverage"
TAHOE_LAFS_TOX_ENVIRONMENT: "coverage"
steps:
- run: