Skip to content

Commit

Permalink
FIX: Fix AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 4, 2015
1 parent 46fd346 commit bd77a8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +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 mayavi pandas h5py PIL patsy pyside"
- "conda create -n testenv --yes --quiet setuptools numpy scipy matplotlib scikit-learn nose mayavi pandas h5py PIL patsy pyside"
- "activate testenv"
- "pip install nose-timer nibabel nitime"
- "python setup.py develop"
- "SET MNE_SKIP_NETWORK_TESTS=1"
Expand Down

0 comments on commit bd77a8e

Please sign in to comment.