aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorMatt Bullock <bullocm@amazon.com>2018-06-12 17:35:50 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2018-06-12 17:35:50 -0700
commit2e57a72133ae90e0ee7489646fe458954da7ec08 (patch)
tree392d1649908ba14ea2e4135d5e55bd91d6094fd3 /.travis
parent4fbb407b6ca5213f36e1e3fd1ec4a0743fa2e089 (diff)
downloadcryptography-2e57a72133ae90e0ee7489646fe458954da7ec08.tar.gz
cryptography-2e57a72133ae90e0ee7489646fe458954da7ec08.tar.bz2
cryptography-2e57a72133ae90e0ee7489646fe458954da7ec08.zip
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
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/run.sh7
1 files changed, 7 insertions, 0 deletions
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