Skip to content

Commit

Permalink
MNT refs to travis/flake8_diff -> circle/flake8_diff (scikit-learn#13163
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jeremiedbb authored and jnothman committed Feb 14, 2019
1 parent ff28c42 commit 8e824df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ code-analysis:
pylint -E -i y sklearn/ -d E1103,E0611,E1101

flake8-diff:
./build_tools/travis/flake8_diff.sh
./build_tools/circle/flake8_diff.sh
4 changes: 2 additions & 2 deletions build_tools/circle/flake8_diff.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# This script is used in Travis to check that PRs do not add obvious
# This script is used in CircleCI to check that PRs do not add obvious
# flake8 violations. It relies on two things:
# - find common ancestor between branch and
# scikit-learn/scikit-learn remote
Expand All @@ -10,7 +10,7 @@
# Additional features:
# - the line numbers in Travis match the local branch on the PR
# author machine.
# - ./build_tools/travis/flake8_diff.sh can be run locally for quick
# - ./build_tools/circle/flake8_diff.sh can be run locally for quick
# turn-around

set -e
Expand Down
2 changes: 1 addition & 1 deletion doc/developers/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ rules before submitting a pull request:

* Follow the `coding-guidelines`_ (see below). To make sure that
your PR does not add PEP8 violations you can run
`./build_tools/travis/flake8_diff.sh` or `make flake8-diff` on a
`./build_tools/circle/flake8_diff.sh` or `make flake8-diff` on a
Unix-like system.

* When applicable, use the validation tools and scripts in the
Expand Down

0 comments on commit 8e824df

Please sign in to comment.