Start the project from scratch. This new version includes;
- Use of a YAML configuration file instead of the previous JSON format
- Support of custom names for the virtual environments
- Support for semantic updates (similar to npm) in the dependencies section of the configuration file
- The ability to add custom tasks to be executed
it also removes:
- The unittest command, as it can be simulated using the new run feature.
- The test command
it modifies:
- The behavior of the run command to call defined tasks