Ignore virtual environment

This commit is contained in:
Joakim Soderlund 2017-04-15 22:59:46 +02:00
parent 9916ad2e67
commit 7199d47395
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View file

@ -16,6 +16,9 @@ Thumbs.db
# Python cache.
__pycache__/
# Virtual environment.
venv/
# PyCharm project.
/.idea/
*.iml

View file

@ -16,7 +16,9 @@ deps =
pytest
[pytest]
addopts = --ignore tests/test_fetchers.py
addopts =
--ignore venv
--ignore tests/test_fetchers.py
[testenv:flake]
commands = flake8 fimfarchive tests