1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-04-14 00:33:33 +02:00

Added requests as a dependency for tests.

This commit is contained in:
2019-10-31 19:08:38 +01:00
parent ff40d285de
commit 7008630e9a

View File

@@ -3,6 +3,7 @@ envlist = py36,py37,flake8
[testenv] [testenv]
usedevelop=True usedevelop=True
deps = requests
commands = python setup.py test commands = python setup.py test
[testenv:flake8] [testenv:flake8]