Skip to content

Commit

Permalink
Only run tests on what we want to test
Browse files Browse the repository at this point in the history
Otherwise if you setup the catpy virtual environment,
py.test will try to lint and pep8 all of those files.
  • Loading branch information
christie committed Oct 11, 2015
1 parent f41a41c commit 66b17e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[pytest]
addopts = --cov=catinabox --cov-report=term-missing --pep8 --flakes --mccabe
testpaths = tests catinabox

0 comments on commit 66b17e7

Please sign in to comment.