aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x.travis/run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index 19f8c483..a68ad157 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -54,6 +54,13 @@ else
pip install -e .
pytest -m local -l
;;
+ dynamodb-encryption-sdk)
+ git clone --depth=1 https://github.com/awslabs/aws-dynamodb-encryption-python
+ cd aws-dynamodb-encryption-python
+ pip install -r test/requirements.txt
+ pip install -e .
+ pytest -m "local and not slow and not veryslow and not nope" -l
+ ;;
certbot)
git clone --depth=1 https://github.com/certbot/certbot
cd certbot