Add Tox configuration

This commit is contained in:
Joakim Soderlund 2017-01-28 20:56:59 +01:00
parent f336753369
commit d8bb2035e4

22
tox.ini Normal file
View file

@ -0,0 +1,22 @@
[tox]
envlist =
py35
py36
flake
[testenv]
commands = py.test
deps =
-rrequirements.txt
pytest
[pytest]
addopts = --ignore tests/test_fetchers.py
[testenv:flake]
commands = flake8 fimfarchive tests
deps = flake8
[flake8]
filenames = *.py
exclude = fimfarchive/__init__.py