qutebrowser/.travis.yml

49 lines
1008 B
YAML
Raw Normal View History

sudo: required
dist: trusty
2015-10-05 22:43:01 +02:00
env:
global:
- PATH=/home/travis/bin:/home/travis/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2015-06-09 17:20:21 +02:00
# Not really, but this is here so we can do stuff by hand.
language: c
2016-03-15 19:03:50 +01:00
matrix:
include:
- os: linux
env: TESTENV=py34-cov
- os: linux
env: TESTENV=unittests-nodisp
- os: osx
env: TESTENV=py35
- os: linux
env: TESTENV=pylint
- os: linux
env: TESTENV=flake8
- os: linux
env: TESTENV=vulture
- os: linux
env: TESTENV=misc
- os: linux
env: TESTENV=pyroma
- os: linux
env: TESTENV=check-manifest
- os: linux
env: TESTENV=eslint
2015-07-14 07:17:36 +02:00
cache:
directories:
- $HOME/.cache/pip
- $HOME/build/The-Compiler/qutebrowser/.cache
2015-06-09 17:20:21 +02:00
install:
2016-03-15 19:18:16 +01:00
- python scripts/dev/ci/install.py
2015-06-09 17:20:21 +02:00
script:
2016-03-10 20:41:55 +01:00
- tox -e $TESTENV
2015-10-05 22:43:01 +02:00
2015-10-21 19:16:49 +02:00
after_success:
- '[[ $TESTENV == *-cov ]] && codecov -e TESTENV -X gcov'
2015-10-21 19:16:49 +02:00
2015-11-30 07:37:04 +01:00
notifications:
webhooks:
- https://buildtimetrend.herokuapp.com/travis