Skip to content

Commit e3c3f79

Browse files
authored
Merge pull request #24 from michaeltryby/dev
Initial commit
2 parents da62368 + fb06b4c commit e3c3f79

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
environment:
4+
matrix:
5+
- PYTHON: "C:\\Python36-x64"
6+
7+
install:
8+
- choco install swig
9+
- "%PYTHON%\\python.exe -m pip install wheel tox"
10+
11+
12+
build: off
13+
14+
15+
test_script:
16+
- before_build.bat %APPVEYOR_BUILD_FOLDER%
17+
- "%PYTHON%\\python.exe -m tox -v"

0 commit comments

Comments
 (0)