1 # Travis CI(http://travis-ci.org) configuration file
6 # https://docs.travis-ci.com/user/languages/python/
7 # We use apt to avoid having to build PyQt ourselves, so that means
8 # we can only use the default python versions available in Ubuntu.
9 # For Trusty, that's 2.7.6 and 3.4.3.
11 system_site_packages: true
16 # Build dependencies, not needed at runtime
17 # git and python are pre-installed according to Debian control file from
18 # Ubuntu 14.04 (trusty). Install python2 and python3 packages to allow
19 # testing against both versions. Users only need one variant installed.
24 # Runtime dependencies
30 - git config --global user.name "Git Cola"
31 - git config --global user.email git-cola@localhost.localdomain
35 - make requirements-dev