1 # Travis CI(http://travis-ci.org) configuration file
2 # https://docs.travis-ci.com/user/languages/python/
9 - git config --global user.name "Git Cola"
10 - git config --global user.email git-cola@localhost.localdomain
13 - sudo apt install -y gettext
14 - sudo apt install -y rsync
15 - sudo apt install -y python-sphinx
16 - sudo apt install -y python3-sphinx
17 # Runtime dependencies
18 - sudo apt install -y python-pyqt5
19 - sudo apt install -y python3-pyqt5
21 - sudo apt install -y tox
28 # Tests and static analysis checks
29 - tox -v --develop --skip-missing-interpreters -e "py{27,36},pylint{2,36}"