From 93355134887f3a3926464c1deb6ca56f9bd95698 Mon Sep 17 00:00:00 2001 From: ryanss Date: Sun, 28 Jun 2015 22:33:17 -0400 Subject: Fix apt-get errors during Travis Python3 build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ad066f5..4615b18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ install: before_script: - flake8 ftplugin/hackernews.py - if [ $PYVERSION = 3 ]; then + sudo apt-get update; sudo apt-get install python3-dev; hg clone https://code.google.com/p/vim/; cd vim; -- cgit v1.2.3