summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2019-11-13 17:52:27 +0100
committerJoris Roovers <joris.roovers@gmail.com>2019-11-13 17:52:27 +0100
commitf75b7790a7c7d7681fcfc2b2cf09b56768d25f51 (patch)
tree28a6f2491171f4269e8c9e5c50c097a6b78e5239 /Vagrantfile
parent655957c9eb1c774409b7bbc9ddc2815cf9d9382a (diff)
Python 3.8 support
Temporarily disabled PEP8 enforcement in TravisCI as the Python 3.8 required an upgrade to flake8==3.7.9 which caused some new violations. Will be fixed in follow-up commit.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index fbb0c20..47716fd 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -7,7 +7,8 @@ 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.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 python3.8-dev
+sudo apt-get install -y --allow-unauthenticated python3.8-distutils # Needed to work around python3.8+virtualenv issue
sudo apt-get install -y python-virtualenv git ipython python-pip python3-pip silversearcher-ag jq
sudo apt-get purge -y python3-virtualenv
sudo pip3 install virtualenv