Skip to content

Commit 3e6db0e

Browse files
gabrieldemarmiessefchollet
authored andcommitted
Moved the documentation tests in a subdirectory. (keras-team#12228)
1 parent faf0e02 commit 3e6db0e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ script:
8080
- if [[ "$TEST_MODE" == "INTEGRATION_TESTS" ]]; then
8181
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/integration_tests;
8282
elif [[ "$TEST_MODE" == "PEP8_DOC" ]]; then
83-
PYTHONPATH=$PWD:$PYTHONPATH py.test --pep8 -m pep8 -n0 && py.test tests/test_documentation.py tests/test_doc_auto_generation.py;
83+
PYTHONPATH=$PWD:$PYTHONPATH py.test --pep8 -m pep8 -n0 && py.test tests/docs;
8484
elif [[ "$RUN_ONLY_BACKEND_TESTS" == "1" ]]; then
8585
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/keras/backend/;
8686
else
87-
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests --ignore=tests/test_documentation.py --ignore=tests/test_doc_auto_generation.py --ignore=tests/keras/legacy/layers_test.py --cov-config .coveragerc --cov=keras tests/;
87+
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests --ignore=tests/docs --ignore=tests/keras/legacy/layers_test.py --cov-config .coveragerc --cov=keras tests/;
8888
fi
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)