From a226972f49aea7a485b571b28fa2588ac07ffd29 Mon Sep 17 00:00:00 2001 From: K Gross Date: Mon, 11 May 2020 14:52:51 +0200 Subject: [PATCH] adjusting Pythonpath to new structure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87d0968..c14e308 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: env: - - PYTHONPATH=code:${PYTHONPATH} PIPENV_VERBOSITY=-1 + - PYTHONPATH=labeling:${PYTHONPATH} PIPENV_VERBOSITY=-1 # command to install dependencies install: