Skip to content

Commit

Permalink
WIP appveyor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Nov 2, 2015
1 parent 368b0c0 commit 33d40ed
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 @@ -22,7 +22,7 @@ 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 mayavi pandas h5py PIL patsy"
- "conda install --yes --quiet setuptools numpy scipy matplotlib scikit-learn nose mayavi pandas h5py PIL patsy pyside"
- "pip install nose-timer nibabel nitime"
- "python setup.py develop"
- "SET MNE_SKIP_NETWORK_TESTS=1"
Expand Down

0 comments on commit 33d40ed

Please sign in to comment.