Skip to content

Commit

Permalink
We build with MSVC now
Browse files Browse the repository at this point in the history
--HG--
branch : yt
  • Loading branch information
jzuhone committed May 19, 2016
1 parent b8ef2eb commit a2c2199
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ environment:
- PYTHON_VERSION: "2.7"
NUMPY_VERSION: "1.9.1"

#- PYTHON_VERSION: "3.4"
# NUMPY_VERSION: "1.9.1"

platform:
-x64

Expand All @@ -33,8 +30,7 @@ install:
- "python --version"

# Install specified version of numpy and dependencies
- "conda install -q --yes numpy=%NUMPY_VERSION% nose setuptools libpython mingw Cython sympy h5py matplotlib"
- "python setup.py build --compiler=mingw32 install"
- "conda install -q --yes numpy=%NUMPY_VERSION% nose setuptools Cython sympy h5py matplotlib"
- "python setup.py develop"

# Not a .NET project, we build SunPy in the install step instead
Expand Down

0 comments on commit a2c2199

Please sign in to comment.