mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 17:48:11 +08:00
Style for travis build files
This commit is contained in:
+2
-6
@@ -5,13 +5,9 @@ node_js:
|
||||
- "8"
|
||||
cache:
|
||||
pip: true
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- httpie
|
||||
install:
|
||||
- set -eo pipefail
|
||||
- pip install flake8
|
||||
- pip install flake8 httpie
|
||||
- ./bin/build-client
|
||||
- python setup.py install
|
||||
script:
|
||||
@@ -20,4 +16,4 @@ script:
|
||||
- pytest -s server/test/test_filter.py server/test/test_scanpy_engine.py
|
||||
- cellxgene &
|
||||
- for i in {1..90}; do if http :5005/api/v0.1/initialize > /dev/null; then break; else echo "Waiting for server..."; sleep 1; fi; done
|
||||
- pytest server/test/test_api.py
|
||||
- pytest server/test/test_api.py
|
||||
|
||||
Reference in New Issue
Block a user