Skip to content

Commit 3e0e3b1

Browse files
committed
OK, giving up. Disabling bash completion test on travis.
1 parent 0f1283e commit 3e0e3b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test_bashcompletion.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@
2222
skip_reason1 = True
2323
skip_reason = "argcomplete isn't installed\n"
2424

25+
skip_reason2 = "TRAVIS" in os.environ and os.environ["TRAVIS"] == "true"
26+
if skip_reason2:
27+
skip_reason += 'These tests cannot run on TRAVIS\n'
2528

26-
# skip_reason2 = "TRAVIS" in os.environ and os.environ["TRAVIS"] == "true"
27-
# if skip_reason2:
28-
# skip_reason += 'These tests cannot run on TRAVIS\n'
29-
skip_reason2 = False
3029
skip_reason3 = sys.platform.startswith('win')
3130
if skip_reason3:
3231
skip_reason = 'argcomplete doesn\'t support Windows'

0 commit comments

Comments
 (0)