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

Appearance settings

Latest commit

 

History

History
History
25 lines (19 loc) · 424 Bytes

File metadata and controls

25 lines (19 loc) · 424 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language:
- python
python:
- "3.4"
before_install:
- git submodule update --remote
install:
- pip install six
- pip install flake8
- pip install jupyter
- pip install -r requirements.txt
script:
- py.test
- python -m doctest -v *.py
- flake8 .
after_success:
- flake8 --max-line-length 100 --ignore=E121,E123,E126,E221,E222,E225,E226,E242,E701,E702,E704,E731,W503 .
notifications:
email: false
Morty Proxy This is a proxified and sanitized view of the page, visit original site.