/spec/fixtures/configs/mo/mozilla-services:pytest-services.yml

https://github.com/travis-ci/travis-yml · YAML · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · f0e224479fecc6d8afc9c45dc637f68c MD5 · raw file

  1. language: python
  2. python:
  3. - "3.6"
  4. sudo: required
  5. before_install:
  6. - curl -LO https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep_0.8.1_amd64.deb
  7. - sudo dpkg -i ripgrep_0.8.1_amd64.deb
  8. install:
  9. - make install
  10. script:
  11. - make black check_conftest_imports doctest coverage