1 # Travis CI(http://travis-ci.org) configuration file
6 # - "3.2" Sphinx depends on Pygments, which only supports Python 3.3+
11 # Update APT cache data since it may outdated
14 # command to install dependencies, git and python are pre-installed in build box thus are ignored
16 # according to Debian control file from Ubuntu 12.04
17 - sudo apt-get install rsync gettext
20 # Build and install Git Cola's dependency, SIP and PyQt4
21 - wget "http://sourceforge.net/projects/pyqt/files/sip/sip-4.16.5/sip-4.16.5.tar.gz"
22 - tar xzf sip-4.16.5.tar.gz
29 - wget "http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/PyQt-x11-gpl-4.11.3.tar.gz"
30 - tar xzf PyQt-x11-gpl-4.11.3.tar.gz
31 - cd PyQt-x11-gpl-4.11.3
32 - printf "yes\n" | python configure.py # Configure script requires accepting license
37 # Additional dependency for python 2.6
38 - pip install argparse
43 # - make test # Disabled due to issue #404