lgirdk / boardfarm

Automated testing with python
BSD 3-Clause Clear License
21 stars 33 forks source link

Add python-tk to travis.yaml #319

Closed mbanders closed 5 years ago

mbanders commented 5 years ago

Without this package, a user can hit this error:

File "/home/ubuntu/boardfarm/devices/debian_isc.py", line 5, in from lib.docsis import docsis, cm_cfg File "/home/ubuntu/boardfarm/devices/../tests/lib/docsis.py", line 11, in import Tkinter File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 42, in raise ImportError, str(msg) + ', please install the python-tk package'


This change is Reviewable