Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e7cd17

Browse files
Update .travis.yml
1 parent 3e5870d commit 3e7cd17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.travis.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ python:
77
install:
88
- pip install pandas
99
- pip install numpy
10+
- pip install flake8
1011
- pip install ipython
1112
- pip install matplotlib
1213
- pip install ipywidgets
1314
script:
1415
- python script.py
1516

17+
after_success:
18+
- flake8 --max-line-length 100 --ignore=E121,E123,E126,E221,E222,E225,E226,E242,E701,E702,E704,E731,W503 .
19+
1620
notifications:
1721
email: false

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /