From 219af1a6d52105c57e5cb3a4f925f1c8a3bdefa5 Mon Sep 17 00:00:00 2001 From: kpe Date: Thu, 23 May 2019 17:06:05 +0200 Subject: [PATCH] minor travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0505634..35c4277 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: # To skip pypy: - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then DOSTUFF ; fi script: - export MAJOR_PYTHON_VERSION=`echo $TRAVIS_PYTHON_VERSION | cut -c 1` - - coverage run --source=params_flow + - coverage run --source=bert $(which nosetests) -v --with-doctest tests/ --exclude-dir tests/nonci/