From 2b3c2ffc11cc6304f63a465d8463234aee404195 Mon Sep 17 00:00:00 2001 From: Kilari Teja Date: Wed, 6 Jun 2018 03:14:31 +0530 Subject: [PATCH] .travis.yml: Update travis config Update travis according to the new testing setup. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48ae5f8..c53d157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,13 +28,11 @@ before_install: install: - pip install -r ./requirements.txt - - pip install codecov - - cd - > /dev/null + - pip install -r ./test-requirements.txt script: - - > - sed -i.bak '/bears = GitCommitBear/d' .coafile - # - coverage run -a -m unittest discover -s tests + - py.test --cov-report term --cov=coalals notifications: email: false