travis: Add tasklib

This commit is contained in:
Tomas Babej 2015-03-26 01:13:16 +01:00
parent 85fd7250bd
commit 0caf58f1c0

View file

@ -18,6 +18,7 @@ before_install:
install: install:
# Install testing tools # Install testing tools
- pip install pytest pytest-cov coveralls vimrunner - pip install pytest pytest-cov coveralls vimrunner
- pip install git+git://github.com/robgolding63/tasklib@develop
# Setup TaskWarrior # Setup TaskWarrior
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq - sudo apt-get update -qq