Creating a new engine
To create a new engine
workon python-toolbox-env
marvin engine-generate
Respond the interactive prompt and wait for the engine environment preparation, and don't forget to start dev box before if you are using vagrant.
Test the new engine
workon <new_engine_name>-env
marvin test
For more informations
marvin --help