From 6c3f1b383f2d5c45eea694439753711c1ae6649b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 27 Apr 2019 00:04:14 -0400 Subject: Fix failing twisted downstream (#4860) --- .travis/downstream.d/twisted.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') 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 -- cgit v1.2.3