summaryrefslogtreecommitdiffstats
path: root/helm/.travis.yml
blob: edb3cf0c3041b2d5b192db5881d428e41175aa4e (plain)
1
2
3
4
5
6
7
8
9
10
11
sudo: true
language: python
python:
  - "2.7"
env:
    - TOX_ENV=flake8
    - TOX_ENV=py27
install:
    - pip install tox
script:
    - tox -e $TOX_ENV