mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
try to please Travis
This commit is contained in:
parent
1ec8cc8b27
commit
c4e7b1c8f3
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- 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 apt-get install -y ack-grep cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk python3 python3-pip python3-setuptools
|
||||||
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
||||||
install:
|
install:
|
||||||
- sudo cpanm Test::TrailingSpace
|
- sudo cpanm Test::TrailingSpace
|
||||||
|
- sudo -H `which python3` -m pip install flake8
|
||||||
- which python
|
- which python
|
||||||
script: "sh -x scripts/travis-ci-build"
|
script: "sh -x scripts/travis-ci-build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue