mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
Use pip instead of python setup.py
This commit is contained in:
@@ -9,7 +9,7 @@ install:
|
||||
- set -eo pipefail
|
||||
- pip install flake8 httpie
|
||||
- ./bin/build-client
|
||||
- python setup.py install
|
||||
- pip install -e .
|
||||
script:
|
||||
- set -eo pipefail
|
||||
- flake8 server/app/
|
||||
|
||||
Reference in New Issue
Block a user