aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fabfile.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/fabfile.py b/fabfile.py
index cc43ac7..9680bd1 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -21,6 +21,10 @@ def _get_versions():
return vs
confirmed_versions = _get_versions()
+def clean():
+ """ Clean up dir. """
+ local('git clean -dfx')
+
def list_versions():
""" List all supported versions of Python. """
print('Supported Python versions available on this system:')