~jelmer/loggerhead/breezy-compat

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Colin Watson
  • Date: 2019-09-19 08:10:36 UTC
  • mfrom: (491.2.62 breezy)
  • Revision ID: cjwatson@canonical.com-20190919081036-q1symc2h2iedtlh3
[r=cjwatson] Switch loggerhead over to using the Breezy rather than Bazaar APIs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: python
 
2
addons:
 
3
  apt:
 
4
    update: true
 
5
sudo: false
 
6
cache: pip
 
7
git:
 
8
  depth: false
 
9
 
 
10
matrix:
 
11
  include:
 
12
    - python: 2.7
 
13
      env: TAL_VERSION=4.3
 
14
    - python: 3.5
 
15
      env: TAL_VERSION=5.2
 
16
    - python: 3.6
 
17
      env: TAL_VERSION=5.2
 
18
 
 
19
script:
 
20
  - python -m coverage run -p -m unittest loggerhead.tests.test_suite
 
21
 
 
22
install:
 
23
  - sudo apt install python-all subunit python-testtools adduser libjs-yui3-min
 
24
  - travis_retry pip install -U setuptools
 
25
  - travis_retry pip install -U pip coverage codecov flake8 testtools configobj cython testscenarios six docutils python-subunit dulwich bzr+lp:brz pygments simplejson paste http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-$TAL_VERSION.tar.gz bleach
 
26
 
 
27
after_success:
 
28
  - codecov