aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-04-27 00:04:14 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-27 00:04:14 -0400
commit6c3f1b383f2d5c45eea694439753711c1ae6649b (patch)
treec05dde40929bb977f8f3ca13a89fc1c28355ec33 /.travis
parent87550626ff995ae61abf441e5e89076cc5a7dd45 (diff)
downloadcryptography-6c3f1b383f2d5c45eea694439753711c1ae6649b.tar.gz
cryptography-6c3f1b383f2d5c45eea694439753711c1ae6649b.tar.bz2
cryptography-6c3f1b383f2d5c45eea694439753711c1ae6649b.zip
Fix failing twisted downstream (#4860)
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/downstream.d/twisted.sh2
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