1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

travis: linux: Use alternative way to install deps, apt addon is not working anymore?!

Strip down some dependencies:
 - libperl-dev is not used.
 - perl will come with cpanminus.
 - make is installed in Travis' ubuntu image anyway.
 - python3 will follow from the python3-* modules.
 - Explicitly mention python-pip.
This commit is contained in:
Juhani Numminen 2019-07-28 14:50:04 +03:00 committed by Shlomi Fish
parent e80c3637dd
commit 76882c9dd1

View file

@ -1,20 +1,4 @@
addons:
apt:
packages:
- cpanminus
- libperl-dev
- make
- perl
- python-glade2
- python-gnome2
- python-gnome2-dev
- python-gtk2
- python-setuptools
- python-tk
- python3
- python3-pip
- python3-setuptools
- python3-tk
homebrew:
update: true
brewfile: true
@ -50,6 +34,19 @@ python: "3.6"
matrix:
include:
- os: linux
before_install:
- sudo apt-get install -y
cpanminus
python-glade2
python-gnome2
python-gnome2-dev
python-gtk2
python-pip
python-setuptools
python-tk
python3-pip
python3-setuptools
python3-tk
- os: osx
language: generic
script: