From 2e57a72133ae90e0ee7489646fe458954da7ec08 Mon Sep 17 00:00:00 2001 From: Matt Bullock Date: Tue, 12 Jun 2018 17:35:50 -0700 Subject: add downstream tests for awslabs/aws-dynamodb-encryption-python (#4280) * add downstream tests for awslabs/aws-dynamodb-encryption-python * require recent OpenSSL for awslabs/dynamodb-encryption-python downstream tests --- .travis.yml | 2 ++ .travis/run.sh | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7289e6ba..0929be72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,8 @@ matrix: env: DOWNSTREAM=paramiko - 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 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 -- cgit v1.2.3