/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): Colin Watson
  • Date: 2022-08-09 23:13:22 UTC
  • mfrom: (527.1.1 chameleon)
  • Revision ID: otto-copilot@canonical.com-20220809231322-5wpfpa3z07eab0b8
Port from SimpleTAL to Chameleon.

Merged from https://code.launchpad.net/~cjwatson/loggerhead/chameleon/+merge/428043

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
matrix:
11
11
  include:
12
12
    - python: 3.5
13
 
      env: TAL_VERSION=5.2
14
13
    - python: 3.6
15
 
      env: TAL_VERSION=5.2
16
14
 
17
15
script:
18
16
  - python -m coverage run -p -m unittest loggerhead.tests.test_suite
20
18
install:
21
19
  - sudo apt install subunit adduser libjs-jquery
22
20
  - travis_retry pip install -U setuptools
23
 
  - travis_retry pip install -U pip coverage codecov flake8 testtools configobj cython testscenarios six docutils python-subunit dulwich bzr+lp:brz pygments paste http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-$TAL_VERSION.tar.gz bleach
 
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
24
22
 
25
23
after_success:
26
24
  - codecov