Skip to content

Commit

Permalink
added appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Feb 19, 2017
1 parent 74a8acc commit 7efe938
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
build: false

environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"

install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan nose

test_script:
- nosetests .

0 comments on commit 7efe938

Please sign in to comment.