Skip to content

Commit 71ec6e6

Browse files
committed
Install uvloop in travis
1 parent 4f2eed5 commit 71ec6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python:
1414

1515
install:
1616
- "pip install cython"
17+
- "pip install uvloop"
1718

1819
script:
1920
- make && make test

0 commit comments

Comments
 (0)