travis: Add vimrunner to requirements

This commit is contained in:
Tomas Babej 2015-03-26 01:04:00 +01:00
parent e97d8977b2
commit a888f1fae0

View file

@ -17,7 +17,7 @@ before_install:
- sh -e /etc/init.d/xvfb start
install:
# Install testing tools
- pip install pytest pytest-cov coveralls
- pip install pytest pytest-cov coveralls vimrunner
# Setup TaskWarrior
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq