From 10802a0578992ddfcf0521d0201a09f850e2508d Mon Sep 17 00:00:00 2001 From: Joris Roovers Date: Fri, 2 Dec 2016 12:31:59 +0100 Subject: Pylint support for all python environments Gitlint is now linted for all supported python versions. Additionally, did some refactoring to run_tests.sh so that we can more easily install and uninstall specific python environments (vs. all at once). --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 357758c..7b1e54e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,8 +11,8 @@ sudo apt-get install -y python2.6-dev python2.7-dev python3.3-dev python3.4-dev sudo apt-get install -y python-virtualenv git ipython python3-pip silversearcher-ag sudo pip3 install virtualenv -./run_tests.sh --remove-virtualenvs -./run_tests.sh --install-virtualenvs +./run_tests.sh --uninstall --envs all +./run_tests.sh --install --envs all grep 'cd /vagrant' /home/vagrant/.bashrc || echo 'cd /vagrant' >> /home/vagrant/.bashrc grep 'source .venv27/bin/activate' /home/vagrant/.bashrc || echo 'source .venv27/bin/activate' >> /home/vagrant/.bashrc -- cgit v1.2.3