Skip to content

Commit

Permalink
install mock on appveyor for py27
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Goldbaum committed Jun 23, 2017
1 parent 5b20c92 commit d27c9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
- "python --version"

# Install specified version of numpy and dependencies
- "conda install -q --yes -c conda-forge numpy scipy nose setuptools ipython Cython sympy fastcache h5py matplotlib flake8 "
- "conda install -q --yes -c conda-forge numpy scipy nose setuptools ipython Cython sympy fastcache h5py matplotlib flake8 mock"
- "pip install -e ."

# Not a .NET project
Expand Down

0 comments on commit d27c9c9

Please sign in to comment.