Clean up the CircleCI presentation a bit

This commit is contained in:
Jean-Paul Calderone 2018-06-08 14:52:16 -04:00
parent 66903ba3d7
commit 83cb49e83d

View File

@ -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