1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-13 12:55:46 +01:00

Run tests via pytest

This commit is contained in:
2019-11-11 17:39:29 +01:00
parent fc46096cf2
commit dc87d022d1
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ envlist = py36,py37,flake8
[testenv]
usedevelop=True
deps = requests
commands = python setup.py test
pytest
commands = pytest
[testenv:flake8]
basepython = python3