diff options
author | gfyoung <gfyoung17@gmail.com> | 2016-09-20 11:20:42 -0400 |
---|---|---|
committer | gfyoung <gfyoung17@gmail.com> | 2016-09-20 20:00:27 -0400 |
commit | 7fdfa6b2c0a5da5115c523c6869898873050e41c (patch) | |
tree | f2506ce8fc900afecd9c58e6548cd70cbd6d8e87 /.travis.yml | |
parent | 55ece5839d3e9327de7a23ed346a12ec9526899d (diff) | |
download | numpy-7fdfa6b2c0a5da5115c523c6869898873050e41c.tar.gz |
MAINT: Add Tempita to randint helpers
Refactors the randint helpers to use a Tempita
template. This will reduce technical debt in the
long run.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7d503b8c5..47a6bc171 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ matrix: apt: packages: - *common_packages + - cython3-dbg - python3-dbg - python3-dev - python3-nose |