Release v4
facundobatista
released this
25 Nov 14:01
·
661 commits
to master
since this release
-
New option to use iPython as the interactive interpreter:
--ipython
(thanks Ariel Rossanigo). -
Now it's possible to execute a program inside the virtualenv, with
-x
(thanks Ricardo Kirkner).For example, it's possible to create a django project without needing django installed in your system, just doing:
fades -d django -x manage startproject foo
-
Can execute fades as a Python's module (thanks Javi Mansilla)
-
Support using Python 3.3 to run fades
-
If you want to fiddle with lower layers options, we have several optionsfor you:
- you can send parameters to virtualend with
--virtualenv-options
- also to pip, with
--pip-options
- it's possible to remove a managed-by-fades virtualenv with
--rm <uuid>
- you can send parameters to virtualend with
-
We have a logo!
-
Now we run the fades tests using fades itself, no need to install anything previously
-
You can create virtualenvs with
--system-site-packages
-
Other minor bugfixes and improvements