Current File : //usr/bin/py.test
#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'pytest==2.7.0','console_scripts','py.test-2.7'
__requires__ = 'pytest==2.7.0'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('pytest==2.7.0', 'console_scripts', 'py.test-2.7')()
    )