diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-04-27 00:04:14 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-04-27 00:04:14 -0400 |
commit | 6c3f1b383f2d5c45eea694439753711c1ae6649b (patch) | |
tree | c05dde40929bb977f8f3ca13a89fc1c28355ec33 | |
parent | 87550626ff995ae61abf441e5e89076cc5a7dd45 (diff) | |
download | cryptography-6c3f1b383f2d5c45eea694439753711c1ae6649b.tar.gz cryptography-6c3f1b383f2d5c45eea694439753711c1ae6649b.tar.bz2 cryptography-6c3f1b383f2d5c45eea694439753711c1ae6649b.zip |
Fix failing twisted downstream (#4860)
-rwxr-xr-x | .travis/downstream.d/twisted.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/downstream.d/twisted.sh b/.travis/downstream.d/twisted.sh index 9b98d82b..3d45413b 100755 --- a/.travis/downstream.d/twisted.sh +++ b/.travis/downstream.d/twisted.sh @@ -5,7 +5,7 @@ case "${1}" in git clone --depth=1 https://github.com/twisted/twisted cd twisted git rev-parse HEAD - pip install -e ".[tls,conch,http2]" + pip install ".[tls,conch,http2]" ;; run) cd twisted |