mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-02-08 14:56:44 +01:00
Add Tox configuration
This commit is contained in:
parent
f336753369
commit
d8bb2035e4
1 changed files with 22 additions and 0 deletions
22
tox.ini
Normal file
22
tox.ini
Normal 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
|
Loading…
Reference in a new issue