From 1bbefa9040dcd38195bb94bfeb85349b441659bd Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 12 Feb 2017 01:04:40 +0100 Subject: is it a test module path problem? --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1baa549..b3d6671 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip install codecov - python setup.py install script: - - python test/__main__.py + - PYTHONPATH=.:$PYTHONPATH python test/__main__.py after_success: - - coverage run --omit=*test* test/__main__.py + - PYTHONPATH=.:$PYTHONPATH coverage run --omit=*test* test/__main__.py - codecov -- cgit v1.2.1