/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: Jelmer Vernooij
  • Date: 2020-06-04 19:43:36 UTC
  • mto: This revision was merged to the branch mainline in revision 500.
  • Revision ID: jelmer@jelmer.uk-20200604194336-ahskrf4rmy1qaxzs
Port loggerhead from YUI to jQuery.

YUI has been deprecated since 2014 and is due to be removed from Debian.

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-jquery
 
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