summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/pywebsocket3/.travis.yml
blob: 2065a644dd6b60797128b09998f67b5135b1189e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python
python:
  - 2.7
  - 3.5
  - 3.6
  - 3.7
  - 3.8
  - nightly

matrix:
  allow_failures:
    - python: 3.5, nightly
install:
  - pip install six yapf
script:
  - python test/run_all.py
  - yapf --diff --recursive .