From 9c72f2c2d5c7fdf212fe52af1fea1c943e231e3f Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Thu, 19 Jul 2018 17:23:30 -0700 Subject: [PATCH] Updating travis file to match new cli --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6fb222c1..8a289a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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