[Pkg-bitcoin-commits] [python-quamash] 86/269: py.test with pep8 (defaults to on) and htmlcov (optional)

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 378b97531bc7077ca0efd5eac89150fc2b988562
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Wed Jul 16 23:14:32 2014 -0700

    py.test with pep8 (defaults to on) and htmlcov (optional)
---
 .gitignore | 3 +++
 pytest.ini | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3e9accb..0fa006e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,9 @@ pip-log.txt
 .tox
 nosetests.xml
 
+.cache/
+htmlcov/
+
 # Translations
 *.mo
 
diff --git a/pytest.ini b/pytest.ini
index e38c40a..429eb53 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,3 @@
 [pytest]
-addopts=--doctest-modules quamash tests
+addopts=--doctest-modules quamash --pep8 tests
+pep8ignore=W191 E501
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list