From 558e8f522ad43259229bbeec3836a03ccad0a831 Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Wed, 18 Jul 2018 14:07:04 -0700 Subject: [PATCH] Style for travis build files --- .travis.yml | 8 ++------ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45e82119..6fb222c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - pytest server/test/test_api.py diff --git a/setup.cfg b/setup.cfg index 79a16af7..6deafc26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [flake8] -max-line-length = 120 \ No newline at end of file +max-line-length = 120