aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rwxr-xr-x.travis/run.sh7
2 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7289e6ba..0929be72 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,8 @@ matrix:
- python: 2.7
env: DOWNSTREAM=aws-encryption-sdk
- python: 2.7
+ env: DOWNSTREAM=dynamodb-encryption-sdk OPENSSL=1.1.0h
+ - python: 2.7
env: DOWNSTREAM=certbot OPENSSL=1.1.0h
- python: 2.7
env: DOWNSTREAM=certbot-josepy
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