mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Add PyPy3 to Travis test suite (#5193)
This commit is contained in:
committed by
Seth Michael Larson
parent
d2f65af033
commit
9b95b4e7b4
+4
-1
@@ -15,7 +15,10 @@ jobs:
|
||||
- stage: test
|
||||
python: '3.6'
|
||||
- stage: test
|
||||
python: '3.7'
|
||||
python: '3.7'
|
||||
- stage: test
|
||||
python: 'pypy3'
|
||||
dist: xenial
|
||||
- stage: test
|
||||
python: '3.8'
|
||||
- stage: coverage
|
||||
|
||||
@@ -96,6 +96,7 @@ class Server(threading.Thread):
|
||||
handler_result = self.handler(sock)
|
||||
|
||||
self.handler_results.append(handler_result)
|
||||
sock.close()
|
||||
|
||||
def _accept_connection(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user