/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
- language: python
- python:
- - "3.6"
- sudo: required
- before_install:
- - curl -LO https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep_0.8.1_amd64.deb
- - sudo dpkg -i ripgrep_0.8.1_amd64.deb
- install:
- - make install
- script:
- - make black check_conftest_imports doctest coverage