summary refs log tree commit diff stats
path: root/doc/pick.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pick.sh')
0 files changed, 0 insertions, 0 deletions
^
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'