Skip to content

Commit 8e824df

Browse files
jeremiedbbjnothman
authored andcommitted
MNT refs to travis/flake8_diff -> circle/flake8_diff (scikit-learn#13163)
1 parent ff28c42 commit 8e824df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ code-analysis:
6060
pylint -E -i y sklearn/ -d E1103,E0611,E1101
6161

6262
flake8-diff:
63-
./build_tools/travis/flake8_diff.sh
63+
./build_tools/circle/flake8_diff.sh

build_tools/circle/flake8_diff.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -10,7 +10,7 @@
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

1616
set -e

doc/developers/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)