name: virtualenv-example
entry_points:
  main:
    command: 'python entrypoint.py'
  test:
    command: 'python entrypoint.py --test'
