From 83cb49e83d59b5f32a4454d2f4d510f374c38bee Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 8 Jun 2018 14:52:16 -0400 Subject: [PATCH] Clean up the CircleCI presentation a bit --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 741ea5861..09a1739c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,9 +23,13 @@ jobs: - "checkout" - run: - name: "Static-ish code checks" + name: "Install tox" command: | pip install --user tox + + - run: + name: "Static-ish code checks" + command: | ~/.local/bin/tox -e codechecks debian-8: &DEBIAN