Skip to content

Commit c19591a

Browse files
committed
Move nose to extras_require
1 parent b8f4618 commit c19591a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
'kiwisolver>=1.1.0',
6565
'matplotlib>=2.0.0',
6666
'mne>=0.18.0',
67-
'nose>=1.3.7',
6867
'numpy>=1.10.1',
6968
'pandas>=0.17.0',
7069
'pyparsing>=2.0.4',
@@ -82,10 +81,9 @@
8281
# dependencies). You can install these using the following syntax,
8382
# for example:
8483
# $ pip install -e .[dev,test]
85-
# extras_require={
86-
# 'dev': ['check-manifest'],
87-
# 'test': ['coverage'],
88-
# },
84+
extras_require={
85+
'test': ['nose>=1.3.7']
86+
},
8987

9088
# If there are data files included in your packages that need to be
9189
# installed, specify them here. If using Python 2.6 or less, then these

0 commit comments

Comments
 (0)