1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/.travis.yml
Shlomi Fish 0a1d91ca76 Install latest ver of six.py.
To try to please travis-CI.
2017-05-22 20:34:09 +03:00

13 lines
626 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 python3 python3-pip python3-setuptools
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
install:
- sudo cpanm Test::Differences Test::TrailingSpace
- "`which python3` -m pip install --user flake8"
- "`which python3` -m pip install --user six"
- "`which python` -m pip install --user six"
- which python
script: "sh -x scripts/travis-ci-build"