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

Add a Travis dep

This commit is contained in:
Shlomi Fish 2017-04-16 22:20:48 +03:00
parent b62f600d34
commit c4b882e1e1

View file

@ -5,7 +5,7 @@ before_install:
- 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
install:
- sudo cpanm Test::TrailingSpace
- sudo cpanm Test::Differences Test::TrailingSpace
- sudo -H `which python3` -m pip install flake8
- which python
script: "sh -x scripts/travis-ci-build"