1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-08 01:15:50 +01: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]
usedevelop=True
deps = requests
commands = python setup.py test
[testenv:flake8]