From 889c3da479988f61c400609fb17844cd489eccf2 Mon Sep 17 00:00:00 2001 From: hburke123 Date: Thu, 24 Oct 2019 13:38:58 -0400 Subject: [PATCH] test7 --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7ecf93ac..71f8494f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,9 @@ before_install: - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce - docker version - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-compose + - pip install -U pip - pip install -U pytest - pip install -U coverage - - pip install -U codecov # command to install dependencies install: @@ -34,12 +34,10 @@ before_script: # command to run tests script: - - coverage pytest testing/api/ + - pytest testing/api/ + - coverage run -m pytest - coverage combine - coverage report - - codecov pytest testing/api/ - - codecov combine - - codecov report after_script: - docker stack services ci