Skip to content
Snippets Groups Projects
Commit 84efff65 authored by Ellis Percival's avatar Ellis Percival
Browse files

Install black in the right place

parent fc20669a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
if: tag =~ ^\d+\.\d+\.\d+$ if: tag =~ ^\d+\.\d+\.\d+$
install: install:
- pip install tox black - pip install tox
jobs: jobs:
include: include:
......
...@@ -6,6 +6,7 @@ deps = ...@@ -6,6 +6,7 @@ deps =
-rrequirements.txt -rrequirements.txt
pytest pytest
mock mock
black
setenv = setenv =
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
whitelist_externals = whitelist_externals =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment