Skip to content

Commit

Permalink
re-adding .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jul 17, 2019
1 parent 7ee6817 commit 8ef36be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ def help():
""")

def main ():
if os.environ.get("SCRUTINIZER", "") == "true":
sys.exit(0)

if sys.argv[-1] == 'cleanup':
sys.exit(path.remove_egg())

Expand Down

0 comments on commit 8ef36be

Please sign in to comment.