Skip to content

Commit 58f3059

Browse files
committed
Merge pull request #18 from pombredanne/develop
#8 : add appveyor configuration file for Windows build
2 parents 532cf13 + 28974a7 commit 58f3059

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '{build}'
2+
3+
install:
4+
- configure
5+
6+
build: off
7+
8+
test_script:
9+
- 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 commit comments

Comments
 (0)