/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
491.2.15 by Jelmer Vernooij
Add travis config.
1
language: python
2
addons:
3
  apt:
4
    update: true
5
sudo: false
6
cache: pip
7
git:
8
  depth: false
9
491.2.43 by Jelmer Vernooij
Run tests on python 3.
10
matrix:
11
  include:
12
    - python: 3.5
13
    - python: 3.6
491.2.15 by Jelmer Vernooij
Add travis config.
14
15
script:
491.2.43 by Jelmer Vernooij
Run tests on python 3.
16
  - python -m coverage run -p -m unittest loggerhead.tests.test_suite
491.2.15 by Jelmer Vernooij
Add travis config.
17
18
install:
501 by Colin Watson
[r=cjwatson] Use python3 for running loggerhead by default.
19
  - sudo apt install subunit adduser libjs-jquery
491.2.15 by Jelmer Vernooij
Add travis config.
20
  - travis_retry pip install -U setuptools
527.1.1 by Colin Watson
Port from SimpleTAL to Chameleon.
21
  - travis_retry pip install -U pip coverage codecov flake8 testtools configobj cython testscenarios six docutils python-subunit dulwich bzr+lp:brz pygments paste Chameleon bleach
491.2.15 by Jelmer Vernooij
Add travis config.
22
23
after_success:
24
  - codecov