/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: 2018-09-05 22:34:21 UTC
  • mto: (491.6.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: jelmer@jelmer.uk-20180905223421-s4gzn5rrplc4o4k7
Install simpletal from homepage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
install:
17
17
  - sudo apt install python-all subunit python-testtools adduser libjs-yui3-min
18
18
  - travis_retry pip install -U setuptools
19
 
  - travis_retry pip install -U pip coverage codecov flake8 testtools configobj cython testscenarios six docutils python-subunit dulwich bzr+lp:brz pygments simplejson SimpleTAL paste
 
19
  - 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-4.3.tar.gz
20
20
 
21
21
after_success:
22
22
  - codecov