summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-05-16 10:34:30 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-05-16 10:34:30 +0200
commit833615262a6ca1a3cbc0ef923986631bab83e80f (patch)
treefc68ef0a241052a4dae82d0fcdbff882760dcb1d /tests
parent735c4820614a475260091ef9fcf04ce8b6aec31b (diff)
Add initial CONTRIBUTING and dev requirements.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements-dev.txt7
-rw-r--r--tests/requirements-tests.txt2
2 files changed, 8 insertions, 1 deletions
diff --git a/tests/requirements-dev.txt b/tests/requirements-dev.txt
new file mode 100644
index 0000000..049cc41
--- /dev/null
+++ b/tests/requirements-dev.txt
@@ -0,0 +1,7 @@
+check-manifest
+detox
+pip-tools
+pyroma
+tox
+tox-pyenv
+zest.releaser
diff --git a/tests/requirements-tests.txt b/tests/requirements-tests.txt
index 705261a..6394374 100644
--- a/tests/requirements-tests.txt
+++ b/tests/requirements-tests.txt
@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
-# pip-compile --output-file requirements-tests.txt setup.py requirements-tests.in
+# pip-compile --output-file tests/requirements-tests.txt setup.py tests/requirements-tests.in
#
apipkg==1.4 # via execnet
attrs==18.1.0 # via pytest