We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f940d22 commit 8624beaCopy full SHA for 8624bea
.travis.yml
@@ -94,5 +94,5 @@ script:
94
elif [[ "$TEST_MODE" == "DOC" ]]; then
95
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/test_documentation.py;
96
else
97
- PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests --ignore=tests/test_documentation.py --cov=keras tests/ --cov-fail-under 80 --cov-report term-missing;
+ PYTHONPATH=$PWD:$PYTHONPATH py.test tests/ --ignore=tests/integration_tests --ignore=tests/test_documentation.py --cov=keras tests/ --cov-fail-under 79 --cov-report term-missing;
98
fi
0 commit comments