[travis] Add task package
This commit is contained in:
parent
5b05db1023
commit
93dabfe7b6
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y task
|
||||
install:
|
||||
- pip install i3ipc
|
||||
- pip install psutil
|
||||
|
|
Loading…
Reference in a new issue