Skip to content

Commit c73b7da

Browse files
committed
Work around pip idiocy.
1 parent 26d28b7 commit c73b7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55

66
install:
7-
- pip install --upgrade '.[dev]'
7+
- pip install --upgrade -e '.[dev]'
88

99
script:
1010
- trial twistedchecker

0 commit comments

Comments
 (0)