Skip to content

Commit

Permalink
ENH: Put deps back
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 27, 2014
1 parent 16bd8c2 commit 8d9ca06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ install:
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""

# Install the dependencies of the project (skip nibabel for speed)
- "conda install --yes --quiet setuptools numpy scipy matplotlib scikit-learn nose"
- "pip install nose-timer"
- "conda install --yes --quiet setuptools numpy scipy matplotlib scikit-learn nose mayavi pandas h5py"
- "pip install nose-timer nibabel"
- "python setup.py develop"
- "SET MNE_SKIP_NETWORK_TESTS=1"
- "SET MNE_LOGGING_LEVEL=warning"
Expand Down

0 comments on commit 8d9ca06

Please sign in to comment.