aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/downstream.d/aws-encryption-sdk.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/downstream.d/aws-encryption-sdk.sh')
-rwxr-xr-x.travis/downstream.d/aws-encryption-sdk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/downstream.d/aws-encryption-sdk.sh b/.travis/downstream.d/aws-encryption-sdk.sh
index 7363a83e..044f70d9 100755
--- a/.travis/downstream.d/aws-encryption-sdk.sh
+++ b/.travis/downstream.d/aws-encryption-sdk.sh
@@ -4,8 +4,8 @@ case "${1}" in
install)
git clone --depth=1 https://github.com/awslabs/aws-encryption-sdk-python
cd aws-encryption-sdk-python
- pip install -r test/requirements.txt
pip install -e .
+ pip install -r test/upstream-requirements-py27.txt
;;
run)
cd aws-encryption-sdk-python