Skip to content

Commit

Permalink
Rename these stages
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Feb 16, 2018
1 parent 7d2d4b0 commit 64c4017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
name: Restore .tox cache
key: deps-tox-{{ .Branch }}-{{ checksum "scripts/linting/requirements.txt" }}-{{ checksum "scripts/typechecking/requirements.txt" }}-{{ checksum "scripts/testing/requirements.txt" }}-{{ checksum "setup.py" }}
- run:
name: Test/Lint/Typecheck
name: Test
command: |
. venv/bin/activate
TOXENV=py36 tox
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
name: Restore .tox cache
key: deps-tox-{{ .Branch }}-{{ checksum "scripts/linting/requirements.txt" }}
- run:
name: Test/Lint/Typecheck
name: Lint
command: |
. venv/bin/activate
TOXENV=lint tox
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
name: Restore .tox cache
key: deps-tox-{{ .Branch }}-{{ checksum "scripts/typechecking/requirements.txt" }}
- run:
name: Test/Lint/Typecheck
name: Typecheck
command: |
. venv/bin/activate
TOXENV=mypy tox
Expand Down

0 comments on commit 64c4017

Please sign in to comment.