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

Commit

Permalink
Fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Apr 5, 2018
1 parent 0d417c0 commit 9cd9c1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -36,9 +36,9 @@ environment:
PYTHONHOME: "C:\\Python27-x64"

# Win32-gcc
- PYTHON_VERSION: "2.7.13"
PYTHON_ARCH: "32"
PYTHONHOME: "C:\\Python27"
#- PYTHON_VERSION: "2.7.13"
#PYTHON_ARCH: "32"
#PYTHONHOME: "C:\\Python27"

#---------------------------------#
# build configuration #
Expand All @@ -48,7 +48,7 @@ environment:
configuration: Release

install:
- pip install --upgrade pip
- python -m pip install -U pip
- pip install --upgrade setuptools wheel
- pip install -r requirements.txt

Expand Down

0 comments on commit 9cd9c1c

Please sign in to comment.