mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
travis fix #1: deps
This commit is contained in:
parent
4679375cdb
commit
0f74d9e193
1 changed files with 20 additions and 0 deletions
20
.travis.yml
20
.travis.yml
|
@ -1,4 +1,24 @@
|
||||||
addons:
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- cpanminus
|
||||||
|
- libperl-dev
|
||||||
|
- make
|
||||||
|
- perl
|
||||||
|
- python-glade2
|
||||||
|
- python-gnome2
|
||||||
|
- python-gnome2-dev
|
||||||
|
- python-gtk2
|
||||||
|
- python-pil
|
||||||
|
- python-pil-imagetk
|
||||||
|
- python-setuptools
|
||||||
|
- python-tk
|
||||||
|
- python3
|
||||||
|
- python3-pil
|
||||||
|
- python3-pil-imagetk
|
||||||
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
|
- python3-tk
|
||||||
homebrew:
|
homebrew:
|
||||||
brewfile: true
|
brewfile: true
|
||||||
update: true
|
update: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue