summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2017-03-11 10:58:59 +0100
committerJoris Roovers <jroovers@cisco.com>2017-03-11 10:58:59 +0100
commit2694ea1a37d3d8d5f19be530985a54ebddf19b73 (patch)
treee595cd55c5725437669761c16f3165a1e43b8284 /Vagrantfile
parent019762db5daf6b28e45cb3c2e5f10b258608b4ed (diff)
Experimental python 3.6 support
Adding experimental support for python 3.6, temporarily disabling running pylint for 3.6 because of https://github.com/PyCQA/pylint/issues/1072
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 7b1e54e..c787257 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -7,7 +7,7 @@ INSTALL_DEPS=<<EOF
cd /vagrant
sudo add-apt-repository -y ppa:fkrull/deadsnakes
sudo apt-get update
-sudo apt-get install -y python2.6-dev python2.7-dev python3.3-dev python3.4-dev python3.5-dev
+sudo apt-get install -y python2.6-dev python2.7-dev python3.3-dev python3.4-dev python3.5-dev python3.6-dev
sudo apt-get install -y python-virtualenv git ipython python3-pip silversearcher-ag
sudo pip3 install virtualenv