Skip to content

Commit

Permalink
FIX: Faster appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 27, 2014
1 parent 5795a3a commit 9018456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
environment:

matrix:
- PYTHON: "C:\\Python34-conda64"
PYTHON_VERSION: "3.4"
- PYTHON: "C:\\Python27-conda64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"

install:
Expand All @@ -21,9 +21,9 @@ install:
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""

# Install the dependencies of the project.
# 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 nibabel"
- "pip install nose-timer"
- "python setup.py develop"
- "SET MNE_SKIP_NETWORK_TESTS=1"
- "SET MNE_LOGGING_LEVEL=warning"
Expand Down

0 comments on commit 9018456

Please sign in to comment.