/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: Colin Watson
  • Date: 2020-06-08 09:55:03 UTC
  • mfrom: (498.2.2 jquery)
  • Revision ID: cjwatson@canonical.com-20200608095503-n387xggxud2khqsw
[r=cjwatson] Port loggerhead from YUI to jQuery.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  - python -m coverage run -p -m unittest loggerhead.tests.test_suite
21
21
 
22
22
install:
23
 
  - sudo apt install python-all subunit python-testtools adduser libjs-yui3-min
 
23
  - sudo apt install python-all subunit python-testtools adduser libjs-jquery
24
24
  - travis_retry pip install -U setuptools
25
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
26