[travis] fix package name
This commit is contained in:
parent
bf1cae2399
commit
6c9e89627a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ python:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install dbus-python
|
- sudo apt-get install python-dbus
|
||||||
- pip install -U coverage==4.3 pytest pytest-mock
|
- pip install -U coverage==4.3 pytest pytest-mock
|
||||||
- pip install codeclimate-test-reporter
|
- pip install codeclimate-test-reporter
|
||||||
- pip install i3-py Pillow Babel DateTime python-dateutil
|
- pip install i3-py Pillow Babel DateTime python-dateutil
|
||||||
|
|
Loading…
Reference in a new issue