From 14e2693c415791de9d0e79bb080b21961afc3925 Mon Sep 17 00:00:00 2001 From: lvapeab Date: Tue, 18 Dec 2018 17:32:17 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9019d9..6921c40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -181,7 +181,7 @@ script: - if [[ "$TEST_MODE" == "PEP8" ]]; then PYTHONPATH=$PWD:$PYTHONPATH python -m pytest --pep8 -m pep8 -n0; elif [[ "$TEST_MODE" == "GENERAL" ]]; then - PYTHONPATH=$PWD:$PYTHONPATH pytest -s tests/ tests/utils/ tests/data_engine/ 2>&1 ; + PYTHONPATH=$PWD:$PYTHONPATH pytest -s tests/test_load_params.py tests/utils/ tests/data_engine/ 2>&1 ; elif [[ "$TEST_MODE" == "ENCODINGS" ]]; then PYTHONPATH=$PWD:$PYTHONPATH pytest -s tests/encodings/ 2>&1 ; else