We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5eb8e commit 0f1283eCopy full SHA for 0f1283e
tests/test_bashcompletion.py
@@ -26,7 +26,7 @@
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_reaason2 = False
+skip_reason2 = False
30
skip_reason3 = sys.platform.startswith('win')
31
if skip_reason3:
32
skip_reason = 'argcomplete doesn\'t support Windows'
0 commit comments