summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/.travis.yml
blob: 47331300597a7b2acfe4791769751c6f435839ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: cpp
matrix:
  include:
    - os: linux
      compiler: clang
    - os: osx
      compiler: clang
    - python: 2.7
      language: python
      before_install: pip install flake8
      script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
    - python: 3.7
      language: python
      before_install: pip install flake8
      script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
      dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)

before_install: ./buildbot/travis-checkout.sh
script: ./buildbot/travis-test.sh

branches:
  only:
  - master