Skip to content

Commit

Permalink
Added test to check the python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Jul 1, 2019
1 parent 9c6803f commit e376cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/submit_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,4 +1252,6 @@ def main():


if __name__ == "__main__":
if sys.version_info[0] >= 3:
raise Exception("Must be using Python2")
main()

0 comments on commit e376cdf

Please sign in to comment.