Merge branch 'shellcheck'
[ranger.git] / .travis.yml
blob7a156b2ba52d9f40f61502a218385efb09b8dd91
1 dist: 'xenial'
3 language: 'python'
4 python:
5   - '2.7'
6   - '3.5'
7   - '3.6'
9 install:
10   - 'pip install -r requirements.txt'
12 script:
13   - 'make test'