Add PyPy3 to Travis test suite (#5193)

This commit is contained in:
johnthagen
2020-01-21 12:00:51 -05:00
committed by Seth Michael Larson
parent d2f65af033
commit 9b95b4e7b4
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -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
+1
View File
@@ -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: