@@ -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
@@ -91,7 +91,7 @@ To install test-specific dependencies, first run:
To actually run tests, run:
- nosetests --detailed-errors
+ nosetests
## Troubleshooting
@@ -0,0 +1,2 @@
+[nosetests]
+detailed-errors=1