Skip to content

Commit

Permalink
[ci] refs #17 - Install swig package.
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevNorge committed Jun 26, 2018
1 parent ce1dfad commit d60ba70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
image: Visual Studio 2017

environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
Expand All @@ -21,6 +22,7 @@ install:
- cd C:\projects\pyskycoin
- "%PYTHON%\\python.exe -m pip install wheel tox"
- cinst make
- cinst swig

build: off

Expand Down

0 comments on commit d60ba70

Please sign in to comment.