about summary refs log tree commit diff stats
path: root/html/shell
Commit message (Expand)AuthorAgeFilesLines
* .Kartik Agaram2021-04-1311-2644/+5413
* .Kartik Agaram2021-03-231-1/+1
* .Kartik Agaram2021-03-2311-0/+5527
.pl> 2016-06-22 16:12:02 +0200 committer Wojciech Siewierski <wojciech.siewierski@onet.pl> 2016-06-22 16:20:57 +0200 Enable Travis-CI' href='/akspecs/ranger/commit/.travis.yml?h=v1.9.2&id=db6866797bd91b8dde8ecd535ab1a490a1d200db'>db686679 ^
b3d031a9 ^
b3d031a9 ^

db686679 ^
db686679 ^
b3d031a9 ^
db686679 ^
db686679 ^
b3d031a9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
              
 
                  
       
           

           
 
        
                                        
 
       
                 
dist: 'trusty'

language: 'python'
python:
    - '2.7'
    - '3.4'
    - '3.5'

install:
    - 'pip install pytest pylint flake8'

script:
    - 'make test'