about summary refs log tree commit diff stats
path: root/html/037recipe.cc.html
Commit message (Expand)AuthorAgeFilesLines
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-50/+12
* 2175Kartik K. Agaram2015-09-061-3/+1
* 2062Kartik K. Agaram2015-08-231-9/+8
* 1949Kartik K. Agaram2015-08-061-5/+6
* 1925Kartik K. Agaram2015-08-031-1/+1
* 1885Kartik K. Agaram2015-07-291-9/+8
* 1853Kartik K. Agaram2015-07-251-6/+16
* 1766Kartik K. Agaram2015-07-121-0/+90
class='oid'>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'