Skip to content

Commit 5b7bce0

Browse files
committedJul 5, 2015
Merge branch 'master' into logging
2 parents e019b3a + b4d237f commit 5b7bce0

File tree

257 files changed

+4859
-1273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+4859
-1273
lines changed
 

‎.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[run]
22
source = nikola
3-
omit = /tmp/*, _*
3+
omit = /tmp/*, _*, nikola/packages*, nikola/data*, nikola/winutils*
44
[report]
55
exclude_lines =
66
pragma: no cover

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ __pycache__/
2020

2121
# pyenv
2222
.python-version
23+
24+
# GitHub token
25+
.pypt/gh-token

0 commit comments

Comments
 (0)