[module/title] Added pip dependency to travis

This commit is contained in:
Pier-Angelo Gaetani 2017-09-15 10:36:20 -06:00
parent 8bba1d1e0d
commit ad1832a57d

View file

@ -6,6 +6,7 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
install: install:
- pip install i3ipc
- pip install psutil - pip install psutil
- pip install netifaces - pip install netifaces
- pip install -U coverage==4.3 - pip install -U coverage==4.3