File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,4 @@ code-analysis:
6060	pylint -E -i y sklearn/ -d E1103,E0611,E1101
6161
6262flake8-diff :
63- 	./build_tools/travis /flake8_diff.sh
63+ 	./build_tools/circle /flake8_diff.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- #  This script is used in Travis  to check that PRs do not add obvious
3+ #  This script is used in CircleCI  to check that PRs do not add obvious
44#  flake8 violations. It relies on two things:
55#    - find common ancestor between branch and
66#      scikit-learn/scikit-learn remote
1010#  Additional features:
1111#    - the line numbers in Travis match the local branch on the PR
1212#      author machine.
13- #    - ./build_tools/travis /flake8_diff.sh can be run locally for quick
13+ #    - ./build_tools/circle /flake8_diff.sh can be run locally for quick
1414#      turn-around
1515
1616set  -e
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ rules before submitting a pull request:
276276
277277* Follow the `coding-guidelines `_ (see below). To make sure that
278278  your PR does not add PEP8 violations you can run
279-   `./build_tools/travis /flake8_diff.sh ` or `make flake8-diff ` on a
279+   `./build_tools/circle /flake8_diff.sh ` or `make flake8-diff ` on a
280280  Unix-like system.
281281
282282* When applicable, use the validation tools and scripts in the
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments