diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-07-04 01:20:25 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-07-04 01:20:25 -0500 |
| commit | 9ccebb09686a31da928b332391ad5cc355556c88 (patch) | |
| tree | 56c9e5481b17ea477e6fbc177bfb88cf9c491574 | |
| parent | 4342383d9595914786475aa55c001864333ddcc1 (diff) | |
run support matrix script on travis
| -rwxr-xr-x | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index de5f34c68..c9306e3d3 100755 --- a/.travis.yml +++ b/.travis.yml @@ -129,7 +129,7 @@ script: - echo 'travis_fold:end:test_mpy' && tools/print_status.py status - (echo 'Building docs' && echo 'travis_fold:start:build_docs') - - (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html) ; S=$? ; echo $S > status ; (exit $S) + - (! var_search "${TRAVIS_TESTS-}" docs || python3 -m docs.shared_bindings_matrix ; sphinx-build -E -W -b html . _build/html) ; S=$? ; echo $S > status ; (exit $S) - echo 'travis_fold:end:build_docs' && tools/print_status.py status - (echo 'Building translations' && echo 'travis_fold:start:build_translations') |
