From 966bc1e70c2d92bc8ae47aafd11c815defa82e39 Mon Sep 17 00:00:00 2001 From: wuzewu Date: Fri, 12 Jul 2019 16:26:00 +0800 Subject: [PATCH] Update travis config --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8eb4681f..94fac2bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,12 @@ python: - '3.5' - '3.6' +env: + - PYTHONPATH=${PWD} + script: - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi - - /bin/bash ./scripts/test_cml.sh + - echo $PYTHONPATH; /bin/bash ./scripts/test_cml.sh notifications: email: -- GitLab