Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f02b6a7

Browse files
etpinardtheengineear
authored andcommitted
standardize optional requirements for CircleCI
- add coverage to optional requirements - pip install optional requirements and no need for nothing else
1 parent 673d0a3 commit f02b6a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

optional-requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ numpy
1212
# matplotlib==1.3.1
1313

1414
## testing dependencies ##
15-
nose==1.3.3
15+
nose
16+
coverage
1617

17-
## ipython dependencies ##
18-
ipython[all]==3.0.0
18+
## ipython ##
19+
ipython
1920

2021
## pandas deps for some matplotlib functionality ##
2122
pandas

0 commit comments

Comments
 (0)