FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github3py/Makefile at master · github3py/github3py · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github3py
/
github3py
Public
forked from
sigmavirus24/github3.py
Notifications
You must be signed in to change notification settings
Fork
4
Star
4
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
github3py
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (18 loc) · 386 Bytes
Breadcrumbs
github3py
/
Makefile
Copy path
File metadata and controls
26 lines (18 loc) · 386 Bytes
Raw
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
26
#
Makefile for github3.py
#
#
Copyright 2012, Ian Cordasco
COVERAGE_INCLUDE
:= github3/*.py
TEST_RUNNER
:= python setup.py test
.DEFAULT_GOAL
:= tests
clean
:
git clean -Xdf
rm -rf build/ dist/
travis
:
$(
TEST_RUNNER
)
tests
: travis
test-deps
:
pip install -r dev-requirements.txt
htmlcov
: .coverage
coverage html --omit=github3/packages/
*
docs
: docs/
*
.rst
make -C docs/ html
Back
|
FazBrowse Home
|
New Git URL