Skip to content

Commit

Permalink
Hope to fix python3 import problems on python2 only scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pignacio committed Mar 24, 2015
1 parent 4e671de commit ecc13cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[run]

omit = pignacio_scripts/pylint_extra/*


[report]
Expand All @@ -10,3 +9,5 @@ exclude_lines =
show_missing = True
precision = 2

include = pignacio_scripts/*
omit = pignacio_scripts/pylint_extra/*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test: test-deps
python setup.py nosetests

test-cover: test-deps
python setup.py nosetests --with-coverage --cover-inclusive --cover-package=pignacio_scripts
python setup.py nosetests --with-coverage --cover-package=pignacio_scripts

test-all: test-deps
@if ! which tox >/dev/null; then echo "tox not installed.\nRun:\n pip install tox" && false; fi
Expand Down

0 comments on commit ecc13cc

Please sign in to comment.