move black into environment.yml

This commit is contained in:
Alok Saldanha
2020-08-10 18:01:22 -04:00
parent bd1b7e8da2
commit 59cdac5f85
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -6,6 +6,7 @@ dependencies:
- requests
- flask
- psutil
- black
- pip:
- flask-api
- cellxgene>=0.15