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 python3-tk - sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep install: - sudo cpanm Code::TidyAll::Plugin::Flake8 Perl::Tidy Test::Code::TidyAll Test::Differences Test::TrailingSpace - export PY_MODS='pycotap random2 six' - "`which python3` -m pip install --upgrade flake8 $PY_MODS" - "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS" - "sudo `which python2` -m pip install --upgrade $PY_MODS" - which python - which python2 language: python python: - "3.6" script: "sh -x scripts/travis-ci-build"