/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Jelmer Vernooij
  • Date: 2018-05-07 13:35:54 UTC
  • mto: This revision was merged to the branch mainline in revision 6956.
  • Revision ID: jelmer@jelmer.uk-20180507133554-gowt6n7tpr8vomg3
Fix typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
script:
21
21
  - make docs $EXTRA_MAKE_ARGS
22
 
  - BRZ_PLUGIN_PATH=-site:-user python -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -m coverage run -p --source=breezy./brz selftest --parallel=fork $SELFTEST_OPTIONS
 
22
  - BRZ_PLUGIN_PATH=-site:-user python -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -m coverage run -p --source=breezy ./brz selftest --parallel=fork $SELFTEST_OPTIONS
23
23
 
24
24
install:
25
25
  - sudo apt install python-all-dev python3-all-dev subunit