Skip to content

Commit 9093ae9

Browse files
committed
added the appveyor for windows
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent 1734db3 commit 9093ae9

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
image: Ubuntu
21
environment:
32
matrix:
4-
- TEST_SUITE: "bin/py.test "
5-
- TEST_SUITE: "./etc/release/release.sh"
3+
- TEST_SUITE: "py.test "
4+
# - TEST_SUITE: "./etc/release/release.sh"
65

76
install:
87
- ./configure
@@ -11,4 +10,4 @@ build: off
1110

1211

1312
test_script:
14-
- $TEST_SUITE
13+
- cmd: "%TEST_SUITE%"

src/deltacode/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def run_scan_click(options, monkeypatch=None, test_mode=True, expected_rc=0, env
4646
from click.testing import CliRunner
4747
from deltacode import cli
4848

49-
options = add_windows_extra_timeout(options)
50-
49+
# options = add_windows_extra_timeout(options)
50+
# we do not have the option to handle --timeout in deltacode so temporarily removing it
5151
if monkeypatch:
5252
monkeypatch.setattr(click._termui_impl, 'isatty', lambda _: True)
5353
monkeypatch.setattr(click , 'get_terminal_size', lambda : (80, 43,))

0 commit comments

Comments
 (0)