mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-17 09:41:38 +00:00
Fix tox tests
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -1,11 +1,12 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py34,py35
|
envlist = py34,py35
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
skip_missing_interpreters = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
py.test core core_se core_me core_pe hscommon
|
py.test core hscommon
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/requirements-extra.txt
|
-r{toxinidir}/requirements-extra.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user