add nose to test requirements

Looks like nose is needed to run the tests.

Also note that [nose is in maintenance mode](http://nose.readthedocs.io/en/latest/#note-to-users) and no longer recommended. Moving to py.test would be a solid alternative.
This commit is contained in:
Matthew Perry
2016-06-10 16:31:20 -04:00
committed by GitHub
parent 99a0c31270
commit 65912fe2a4
+1
View File
@@ -7,3 +7,4 @@ mock>=1.0.1 # technically not need for python >= 3.3
pytest-cov
coveralls
rtree>=0.8
nose