Skip to content
Prev Previous commit
Next Next commit
use yaml merge key to define a few special steps for py3
  • Loading branch information
Dominik Neise committed Jun 27, 2019
commit d71c8391fbb078f6791446853fec83495e5f2ea9
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
Python3:
docker:
- image: circleci/python:3.7
steps: *steps
steps:
<< : *steps
- run: pip install black
- run: black . --check

Expand Down