We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50aa12 commit f05a904Copy full SHA for f05a904
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