Skip to content

Commit

Permalink
Merge pull request #1180 from PeterDSteinberg/conda-pkg-add-mock
Browse files Browse the repository at this point in the history
add mock as a requirement of Tax-Calc conda recipe and environment.yml
  • Loading branch information
martinholmer authored Mar 1, 2017
2 parents 889570c + 47f88a5 commit fce60dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requirements:
- pytest
- setuptools
- python
- mock
- numpy ==1.10.4
- pandas <=0.18.0
- numba
Expand All @@ -16,6 +17,7 @@ requirements:
- pytest
- setuptools
- python
- mock
- numpy ==1.10.4
- pandas <=0.18.0
- numba
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- six
- ipython
- ipython-notebook
- mock
- pep8
- pylint
- mock
- pip:
- pytest-pep8

0 comments on commit fce60dd

Please sign in to comment.