##// END OF EJS Templates
Add testpath to test dependencies
Thomas Kluyver -
Show More
@@ -204,7 +204,7 b' extras_require = dict('
204 parallel = ['ipython_parallel'],
204 parallel = ['ipython_parallel'],
205 qtconsole = ['jupyter_qtconsole'],
205 qtconsole = ['jupyter_qtconsole'],
206 doc = ['Sphinx>=1.1', 'numpydoc'],
206 doc = ['Sphinx>=1.1', 'numpydoc'],
207 test = ['nose>=0.10.1', 'requests'],
207 test = ['nose>=0.10.1', 'requests', 'testpath'],
208 terminal = [],
208 terminal = [],
209 kernel = ['ipython_kernel'],
209 kernel = ['ipython_kernel'],
210 nbformat = ['jupyter_nbformat'],
210 nbformat = ['jupyter_nbformat'],
General Comments 0
You need to be logged in to leave comments. Login now