aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 31308fbde48804718cff6eaa3b4fc5dec0b1b94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dist: xenial

language: python

python:
  - "2.7"

install:
  - pip install -r requirements.txt
  - pip install pycodestyle

script:
  - make test
  - pycodestyle kernelci
  - pycodestyle kci_*