mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
move black into environment.yml
This commit is contained in:
@@ -31,11 +31,8 @@ install:
|
||||
|
||||
script:
|
||||
# Your test script goes here
|
||||
- python -m unittest discover tests
|
||||
|
||||
# NOTE: Replace with environment.yml later
|
||||
- conda install -c conda-forge black
|
||||
- black -l 79 . --check
|
||||
- python -m unittest discover tests
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
@@ -6,6 +6,7 @@ dependencies:
|
||||
- requests
|
||||
- flask
|
||||
- psutil
|
||||
- black
|
||||
- pip:
|
||||
- flask-api
|
||||
- cellxgene>=0.15
|
||||
|
||||
Reference in New Issue
Block a user