/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: 2020-04-05 19:11:34 UTC
  • mto: (7490.7.16 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200405191134-0aebh8ikiwygxma5
Populate the .gitignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      env: SELFTEST_OPTIONS="--coverage"
16
16
    - python: 3.7
17
17
      dist: xenial
 
18
    - python: 3.8
 
19
      dist: xenial
18
20
 
19
21
script:
20
 
  - make docs extensions
 
22
  - make docs extensions PYTHON=python
21
23
  - BRZ_PLUGIN_PATH=-site:-user python -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -Wignore::ResourceWarning -Wignore::UserWarning ./brz selftest --parallel=fork $SELFTEST_OPTIONS
22
24
 
23
25
install:
24
 
  - sudo apt install python-all-dev python3-all-dev subunit
 
26
  - sudo apt install python-all-dev python3-all-dev subunit quilt
25
27
  - travis_retry pip install -U setuptools
26
 
  - travis_retry pip install -U pip coverage codecov flake8 testtools paramiko fastimport configobj cython testscenarios six docutils python-subunit dulwich $TEST_REQUIRE sphinx sphinx_epytext launchpadlib
 
28
  - travis_retry pip install -U pip coverage codecov flake8 testtools paramiko fastimport configobj cython testscenarios six docutils python-subunit $TEST_REQUIRE sphinx sphinx_epytext launchpadlib patiencediff git+https://github.com/dulwich/dulwich
27
29
 
28
30
after_success:
29
31
  - codecov