about summary refs log blame commit diff stats
path: root/apps/ex11
blob: 697ef6d34c93b10a9f7992072579f983ee7c59e3 (plain) (tree)
blob is binary.
='/akspecs/ranger/commit/.travis.yml?h=v1.9.3&id=b3d031a913814900467358b2adf20a148bf6de1a'>b3d031a9 ^
6373f321 ^
b3d031a9 ^
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'