Add requirements
This makes working in a virtualenv easier. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
5b2dc781c4
commit
70090c07d7
3 changed files with 6 additions and 6 deletions
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
fedora-messaging
|
||||
koji
|
||||
requests
|
2
test-requirements.txt
Normal file
2
test-requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
pytest
|
||||
pytest-cov
|
7
tox.ini
7
tox.ini
|
@ -5,12 +5,7 @@ skip_missing_interpreters = True
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
pytest
|
||||
pytest-cov
|
||||
koji
|
||||
fedora_messaging
|
||||
requests
|
||||
deps = -r requirements.txt -r test-requirements.txt
|
||||
setenv =
|
||||
PYTHONPATH={toxinidir}
|
||||
commands =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue