/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Jelmer Vernooij
  • Date: 2023-02-02 10:58:19 UTC
  • mfrom: (545.1.1 lp:loggerhead)
  • Revision ID: otto-copilot@canonical.com-20230202105819-0ovmyrv0201wm44u
Improve unittest calls

Merged from https://code.launchpad.net/~jelmer/loggerhead/teyit/+merge/436709

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: 3.5
 
13
    - python: 3.6
 
14
 
 
15
script:
 
16
  - python -m coverage run -p -m unittest loggerhead.tests.test_suite
 
17
 
 
18
install:
 
19
  - sudo apt install subunit adduser libjs-jquery
 
20
  - travis_retry pip install -U setuptools
 
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
 
22
 
 
23
after_success:
 
24
  - codecov