#!/usr/bin/env python
import os
os.environ['PYTHONTESTING'] = 'testosterone'
from testosterone.cli.main import main
raise SystemExit(main())