Created
May 23, 2017 22:12
-
-
Save guybowden/5d5003a93b98c360683f30540af225ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pytest] | |
python_paths=/app/seekr | |
DJANGO_SETTINGS_MODULE=seekr.settings.test_settings | |
norecursedirs=migrations node_modules bower_components src pages paypal dial lockdown threadedcomments | |
python_files=test_*.py tests.py | |
addopts = --reuse-db | |
[flake8] | |
exclude = migrations node_modules bower_components src pages paypal dial lockdown threadedcomments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment