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