We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f9d3fb + f05a904 commit 992a625Copy full SHA for 992a625
2 files changed
docs/docs_requirements.txt
@@ -18,6 +18,7 @@ django-json-field==0.5.5
18
djangorestframework==2.3.14
19
docker-py==0.4.0
20
gunicorn==18.0
21
+paramiko==1.14.1
22
psycopg2==2.5.2
23
python-etcd==0.3.0
24
South==1.0
tests/bin/test-acceptance.sh
@@ -20,6 +20,7 @@ rm -rf tests/example-*
set -e
+make -C docs/ test
make build
25
make test-components
26
0 commit comments