Skip to content

Commit

Permalink
Merge 6279f36 into 4fbb407
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed Jun 13, 2018
2 parents 4fbb407 + 6279f36 commit ddcbac6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
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
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 ddcbac6

Please sign in to comment.