summaryrefslogtreecommitdiff
path: root/doc/cython/run_test.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-03-01 21:08:21 -0700
committerCharles Harris <charlesr.harris@gmail.com>2014-03-01 21:08:21 -0700
commite98811675a61def0fcf255c6994df874a3dd55ea (patch)
tree3f886a3cf8ffc5b146d07d3fdc358596fb38dfc1 /doc/cython/run_test.py
parent52bac2cb96fa1ed5cb811303ad5ef402d74e76df (diff)
downloadnumpy-e98811675a61def0fcf255c6994df874a3dd55ea.tar.gz
MAINT: Remove doc/cython and doc/pyrex files.
Pyrex is obsolete and cython does a good job with Numpy these days. These directories are not packages, so I don't think they need deprecation. Closes #4373.
Diffstat (limited to 'doc/cython/run_test.py')
-rwxr-xr-xdoc/cython/run_test.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/cython/run_test.py b/doc/cython/run_test.py
deleted file mode 100755
index 5ffd7e80f..000000000
--- a/doc/cython/run_test.py
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-from __future__ import division, absolute_import, print_function
-
-from numpyx import test
-test()