Skip to content

Commit

Permalink
add downstream tests for awslabs/aws-dynamodb-encryption-python (#4280)
Browse files Browse the repository at this point in the history
* add downstream tests for awslabs/aws-dynamodb-encryption-python

* require recent OpenSSL for awslabs/dynamodb-encryption-python downstream tests
  • Loading branch information
mattsb42-aws authored and alex committed Jun 13, 2018
1 parent 4fbb407 commit 2e57a72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e57a72

Please sign in to comment.