[CI] more fixes
if this does not work, I really need to investigate up-front testing for Travis.
This commit is contained in:
parent
e6aabe5605
commit
a48f4c41c8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y task python-pygit2
|
- sudo apt-get install -y task libgit2 libgit2-dev
|
||||||
install:
|
install:
|
||||||
- pip install i3ipc
|
- pip install i3ipc
|
||||||
- pip install psutil
|
- pip install psutil
|
||||||
|
|
Loading…
Add table
Reference in a new issue