From 2639b7105a28307a0a34c1728e1cecff1755c245 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 15 Mar 2015 09:41:58 -0700 Subject: [PATCH] Added nosetests config file (setup.cfg) with defaults. --- NEWS | 1 + README.md | 2 +- setup.cfg | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 setup.cfg diff --git a/NEWS b/NEWS index 0d2cb0ee..c2a9dffc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 0.0.4-dev * Added a troubleshooting section with steps to deal with broken pipes. + * Added nosetests config file (setup.cfg) with defaults. 0.0.3 diff --git a/README.md b/README.md index d289369a..825ca5ee 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ To install test-specific dependencies, first run: To actually run tests, run: - nosetests --detailed-errors + nosetests ## Troubleshooting diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..ead29d1c --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[nosetests] +detailed-errors=1