repo.or.cz
/
ranger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'add-logo' of https://github.com/Zaeph/ranger
[ranger.git]
/
.travis.yml
blob
7a156b2ba52d9f40f61502a218385efb09b8dd91
1
dist: 'xenial'
2
3
language: 'python'
4
python:
5
- '2.7'
6
- '3.5'
7
- '3.6'
8
9
install:
10
- 'pip install -r requirements.txt'
11
12
script:
13
- 'make test'