upgraded to python3.5 and made makepass parametrizable

This commit is contained in:
hellerve
2015-09-24 15:40:20 +02:00
parent ae81d79f44
commit a681c3a4ab
15 changed files with 1401 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ for dist in pip.get_installed_distributions(skip=skip):
if sys.argv[1] == "2":
call("pip2.7 install --upgrade " + dist.project_name, shell=True)
elif sys.argv[1] == "3":
call("pip3.4 install --upgrade " + dist.project_name, shell=True)
call("pip3.5 install --upgrade " + dist.project_name, shell=True)