forked from aboutcode-org/scancode-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
23 lines (17 loc) · 810 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: '{build}'
environment:
matrix:
- TEST_SUITE: "py.test -n 2 -vvs --ignore=tests/scancode --ignore=tests/extractcode --ignore=tests/licensedcode --ignore=tests/cluecode --ignore=tests/packagedcode"
- TEST_SUITE: "py.test -n 2 -vvs tests/scancode"
- TEST_SUITE: "py.test -n 2 -vvs tests/extractcode"
- TEST_SUITE: "py.test -n 2 -s tests/licensedcode"
- TEST_SUITE: "py.test -n 2 -s tests/cluecode"
- TEST_SUITE: "py.test -n 2 -s tests/packagedcode"
install:
- configure
build: off
test_script:
- python -c "import sys;print sys.getdefaultencoding()"
- cmd: "%TEST_SUITE%"
on_failure:
- "python etc/scripts/irc-notify.py aboutcode [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_red}Failed - {build_url}"