From e3e5028e2e5c1e55b63dac6624df1c6713a6d274 Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Mon, 21 May 2012 23:33:19 +0100 Subject: Add a little command-line tool for running tests, plus tox support Tox is a handy little tool to make it easier than not to run proper tests that exercise the build system and are run against multiple Python versions: http://pypi.python.org/pypi/tox See comment at the top of tox.ini for hints. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ef6427d69..f54e63b89 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ doc/cdoc/build *.egg-info # The shelf plugin uses this dir ./.shelf +MANIFEST # Logs and databases # ###################### @@ -88,3 +89,4 @@ numpy/core/include/numpy/__ufunc_api.h numpy/core/include/numpy/_numpyconfig.h numpy/version.py site.cfg +.tox -- cgit v1.2.1