diff options
author | Fernando Perez <fperez@fperez.org> | 2008-04-09 01:54:54 +0000 |
---|---|---|
committer | Fernando Perez <fperez@fperez.org> | 2008-04-09 01:54:54 +0000 |
commit | 5e31a42c49f8fee87388cd33baf891d3f0010157 (patch) | |
tree | 9af1947d6941c95e342723678445aa9912f5184d /numpy/doc/cython/run_test.py | |
parent | 0b0a389d1dfb6d76e053988d87f6434c81dd5ba5 (diff) | |
download | numpy-5e31a42c49f8fee87388cd33baf891d3f0010157.tar.gz |
Add up to date (and slightly cleaned up) support for Cython after porting
the existing Pyrex one, put in deprecation markers in the old Pyrex dir.
The pyrex dir can be removed in a subsequent commit.
Diffstat (limited to 'numpy/doc/cython/run_test.py')
-rwxr-xr-x | numpy/doc/cython/run_test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/doc/cython/run_test.py b/numpy/doc/cython/run_test.py new file mode 100755 index 000000000..96388011e --- /dev/null +++ b/numpy/doc/cython/run_test.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python +from numpyx import test +test() |