Skip to content

Commit

Permalink
Fix variables definition in AppVeyor config
Browse files Browse the repository at this point in the history
Issue #15

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 14, 2017
1 parent 884bbdb commit 2fbd3aa
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 @@ -9,10 +9,10 @@ clone_folder: c:\projects\python-gammu

environment:
global:
- PYTHON: "C:\\Python35"
- PYTHON_VERSION: "3.5.0"
- PYTHON_ARCH: "32"
- GAMMU_VERSION: "1.38.3"
PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "32"
GAMMU_VERSION: "1.38.3"

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand Down

0 comments on commit 2fbd3aa

Please sign in to comment.