From c1e6e27ac21e3877e1b3864694b1c98f938be38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Linse?= Date: Sun, 28 Feb 2016 11:43:35 +0100 Subject: [PATCH] WIP: fix travis --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f68fe3..3ce7e9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ env: - NOSE_VERBOSE=2 - NOSE_WITH_COVERAGE=true - NOSE_COVER_PACKAGE=neovim_gui - matrix: - - CI_TARGET=tests +# matrix: +# - CI_TARGET=tests matrix: include: - python: 2.7 @@ -23,6 +23,11 @@ matrix: #- 3.4 #- 3.5 #- pypy +addons: + apt: + packages: + - python-gi + - python3-gi before_install: - if [ $CI_TARGET = tests ]; then eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";