Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
As we've fixed all the tests of CR on Windows, adding appveyor to CI helps us prevent from regression.
  • Loading branch information
aptxkid committed Jul 21, 2015
1 parent 286d67d commit fc7bcec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts\\;%PATH%"
- pip install -r requirements.txt

environment:
CR_VERBOSE: 1

build: false # Not a C# project

test_script:
- nosetests -vv test

0 comments on commit fc7bcec

Please sign in to comment.