From 8cf6c328fec8063897b109fa215e6653301b9525 Mon Sep 17 00:00:00 2001 From: Joris Roovers Date: Thu, 4 Aug 2016 14:53:21 +0200 Subject: Fix for python 3 test failures + run_tests.sh improvements - importlib is now only used for python 2.6 and not included for all builds. This fixes issues with python3. - run_tests.sh: --clean option: clean up the working directory (delete cache, dist, build, etc) - run_tests.sh: --install-virtualenvs and --remove-virtualenvs options to install/remove virtualenvs for other python versions. This code used to live in the Vagrantfile but has been moved to run_tests.sh so that it can be used more easily during development. --- Vagrantfile | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index eaed7d2..357758c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,42 +4,15 @@ VAGRANTFILE_API_VERSION = "2" INSTALL_DEPS=<> /home/vagrant/.bashrc grep 'source .venv27/bin/activate' /home/vagrant/.bashrc || echo 'source .venv27/bin/activate' >> /home/vagrant/.bashrc -- cgit v1.2.3