From 32970673ab58f144296c4bde539e54b3ac722a12 Mon Sep 17 00:00:00 2001 From: hburke123 Date: Thu, 24 Oct 2019 14:06:06 -0400 Subject: [PATCH] test10 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85bb42ef0..96dcf0d5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ python: services: - docker -#env: -# - CONFIG_PATH=data/local_config.yml +env: + - CONFIG_PATH=data/local_config.yml before_install: - sudo apt-get update @@ -34,9 +34,8 @@ before_script: # command to run tests script: - - pytest testing/api/ - coverage run -m pytest testing/api/ - - coverage combine + #- coverage combine - coverage report after_script: