mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 02:38:12 +08:00
Updating travis file to match new cli
This commit is contained in:
+1
-1
@@ -14,6 +14,6 @@ script:
|
||||
- set -eo pipefail
|
||||
- flake8 server/app/
|
||||
- pytest -s server/test/test_filter.py server/test/test_scanpy_engine.py
|
||||
- cellxgene &
|
||||
- cellxgene run scanpy example-dataset/ &
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user