Skip to content

Commit 8d9abfb

Browse files
committed
Use pytest instead of py.test
1 parent 0c24d18 commit 8d9abfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build: off
77

88
test_script:
99
- set
10-
- py.test -vvs tests
10+
- pytest -vvs tests
1111

1212
on_success:
1313
- "python etc/scripts/irc-notify.py aboutcode [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}"

0 commit comments

Comments
 (0)