mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
10 lines
498 B
YAML
10 lines
498 B
YAML
os: linux
|
|
dist: trusty
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -y ack-grep cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk
|
|
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
|
install:
|
|
- sudo cpanm Test::TrailingSpace
|
|
- which python
|
|
script: "PATH=\"$(perl -lE 'my @p = split/:/,$ENV{PATH}; print join q#:#, grep { ! m#\A/opt/python# } @p;')\" make test"
|