Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
[FIX] Making appeveyor.yml up-to-date (take 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Mar 23, 2018
1 parent eb478b7 commit 61ca517
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ environment:
CONDA_NPY: "111"

# PYTHON 3.5
# - PYTHON: "C:\\Miniconda35"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "32"
# CONDA_PY: "35"
# CONDA_NPY: "142"

- PYTHON: "C:\\Miniconda35-x64"
- PYTHON: "C:\\Miniconda35"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
PYTHON_ARCH: "32"
CONDA_PY: "35"
CONDA_NPY: "142"

# - PYTHON: "C:\\Miniconda35-x64"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "64"
# CONDA_PY: "35"
# CONDA_NPY: "142"

# PYTHON 3.6
- PYTHON: "C:\\Miniconda36"
PYTHON_VERSION: "3.6"
Expand Down

0 comments on commit 61ca517

Please sign in to comment.