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:
parent
e80c3637dd
commit
76882c9dd1
1 changed files with 13 additions and 16 deletions
29
.travis.yml
29
.travis.yml
|
@ -1,20 +1,4 @@
|
||||||
addons:
|
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:
|
homebrew:
|
||||||
update: true
|
update: true
|
||||||
brewfile: true
|
brewfile: true
|
||||||
|
@ -50,6 +34,19 @@ python: "3.6"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- 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
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue