Skip to content

Commit

Permalink
aboutcode-org#8 : add appveyor configuration file for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
pombredanne committed Jul 5, 2015
1 parent 532cf13 commit 28974a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '{build}'

install:
- configure

build: off

test_script:
- py.test -n 2 -vs src tests/commoncode tests/extractcode tests/textcode tests/typecode tests/cluecode tests/scancode tests/licensedcode/test_detect.py tests/licensedcode/test_index.py tests/licensedcode/test_legal.py tests/licensedcode/test_models.py

0 comments on commit 28974a7

Please sign in to comment.