mirror of https://github.com/Shizmob/pydle.git
Add requirements file.
This commit is contained in:
parent
9b4ab3fd13
commit
8b4b506387
|
@ -0,0 +1 @@
|
||||||
|
-e git+https://github.com/thobbs/pure-sasl#egg=pure-sasl
|
4
tox.ini
4
tox.ini
|
@ -6,7 +6,9 @@ deps =
|
||||||
coverage
|
coverage
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
commands = py.test --cov pydle --cov-config .coveragerc --cov-report term-missing .
|
commands =
|
||||||
|
pip install -r requirements.txt
|
||||||
|
py.test --cov pydle --cov-config .coveragerc --cov-report term-missing .
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
markers =
|
markers =
|
||||||
|
|
Loading…
Reference in New Issue