Don't install python-dev packages on Travis.
Those don't seem to be needed anymore.
This commit is contained in:
parent
f79db832e4
commit
d9018fed14
@ -92,7 +92,7 @@ elif TRAVIS_OS == 'linux':
|
||||
apt_get(['update'])
|
||||
|
||||
print("Installing packages...")
|
||||
pkgs = ['python-tox', 'python3-dev', 'libpython3.4-dev']
|
||||
pkgs = ['python-tox']
|
||||
if XVFB:
|
||||
pkgs.append('xvfb')
|
||||
if INSTALL_PYQT:
|
||||
|
Loading…
Reference in New Issue
Block a user