Added nosetests config file (setup.cfg) with defaults.

This commit is contained in:
Dan Helfman
2015-03-15 09:41:58 -07:00
parent b755d09b0a
commit aa482d088c
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -91,7 +91,7 @@ To install test-specific dependencies, first run:
To actually run tests, run:
nosetests --detailed-errors
nosetests
## Troubleshooting
+2
View File
@@ -0,0 +1,2 @@
[nosetests]
detailed-errors=1