diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-01-16 00:32:19 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-01-16 00:38:34 +0100 |
commit | 8ef97a9c21f24964f4cee2e56ec9141b217ff186 (patch) | |
tree | 92fb74d7451d7ccb21ca39d35cf0916921732809 /.travis.yml | |
parent | 796ac14fb05694365fb423e5684ccac4330470f2 (diff) | |
download | numpy-8ef97a9c21f24964f4cee2e56ec9141b217ff186.tar.gz |
TST: add travis test using python-dbg
python-dbg adds couple extra asserts on reference counts, memory
allocation and also enables a few numpy internal asserts.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8ceab87ff..5bd29af0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ matrix: include: - python: 3.3 env: USE_CHROOT=1 ARCH=i386 DIST=saucy + - python: 3.2 + env: USE_DEBUG=1 - python: 2.7 env: NPY_SEPARATE_COMPILATION=0 - python: 3.3 |