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/run.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis') 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