summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2019-06-18 11:10:32 +0200
committerJoris Roovers <joris.roovers@gmail.com>2019-06-18 11:11:43 +0200
commitf32693f7926ad0e33b4a8f382ddaee57d1599a48 (patch)
treea7e3a439001a2350ce9ea156b87aa80cd64e1de4 /Vagrantfile
parent0190fe18dfb27125615fc35a9ec559544881553b (diff)
Drop support for Python 3.3
Updated docs and tests accordingly.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 649567f..9ba944e 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -7,7 +7,7 @@ INSTALL_DEPS=<<EOF
cd /vagrant
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
-sudo apt-get install -y --allow-unauthenticated python2.7-dev python3.3-dev python3.4-dev python3.5-dev python3.6-dev python3.7-dev
+sudo apt-get install -y --allow-unauthenticated python2.7-dev python3.4-dev python3.5-dev python3.6-dev python3.7-dev
sudo apt-get install -y python-virtualenv git ipython python-pip python3-pip silversearcher-ag
sudo apt-get purge -y python3-virtualenv
sudo pip3 install virtualenv