Merge pull request #1049 from toonn/visualeditfix
[ranger.git] / .travis.yml
blobf9e31256872836d97976cef8db96e5c650c09963
1 dist: 'trusty'
3 language: 'python'
4 python:
5     - '2.7'
6     - '3.4'
7     - '3.5'
9 install:
10     - 'pip install pytest pylint flake8'
12 script:
13     - 'make test'