summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2012-05-21 23:33:19 +0100
committerNathaniel J. Smith <njs@pobox.com>2012-05-21 23:33:19 +0100
commite3e5028e2e5c1e55b63dac6624df1c6713a6d274 (patch)
treeed156d1138d6a52c402f46d27ee0b8afea30ce30 /.gitignore
parent3f45eaa310b0ead7270d56697018173dc4b7daad (diff)
downloadnumpy-e3e5028e2e5c1e55b63dac6624df1c6713a6d274.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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