aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-12-04 22:05:58 +0000
committerGitHub <noreply@github.com>2020-12-04 22:05:58 +0000
commit85f1dedb8d05774e0d3739be0a11cd970b98097f (patch)
tree4f453d8a7426c7550e5d2500334946fbd68c356f /.travis.yml
parentbpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran... (diff)
downloadcpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.tar.gz
cpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.tar.bz2
cpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.zip
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dfdf670bff5..547d9199749 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -192,6 +192,8 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./python Tools/scripts/patchcheck.py --travis $TRAVIS_PULL_REQUEST; fi
# Check that all symbols exported by libpython start with "Py" or "_Py"
- make smelly
+ # Check that all symbols in the limited abi are present
+ - make check-limited-abi
# `-r -w` implicitly provided through `make buildbottest`.
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then