Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvapeab committed Dec 18, 2018
1 parent f120f38 commit 14e2693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 14e2693

Please sign in to comment.