Skip to content

Commit

Permalink
Check for any Python version
Browse files Browse the repository at this point in the history
This should work on Windows.
  • Loading branch information
jacebrowning committed Oct 17, 2016
1 parent af811b2 commit e87c6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verchew/tests/test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def when_missing():
expect(get_version('foobar')) == "command not found"

def when_found():
expect(get_version('python2')).contains("Python 2.")
expect(get_version('python')).contains("Python ")

0 comments on commit e87c6e6

Please sign in to comment.