Enable Windows & OSX builds (#31)

* Enable Windows & OSX builds

* Add pypy for ubuntu

* Fix isort

* Disable PyPy

typed-ast building fails due to a missing header
ast27/Parser/tokenizer.c:17:10: fatal error: codecs.h: No such file or directory
This commit is contained in:
Teemu R
2020-03-18 00:40:06 +01:00
committed by GitHub
parent 00276e34b7
commit e9b0acaaa7
4 changed files with 19 additions and 12 deletions

View File

@@ -2,8 +2,8 @@
import asyncio
import json
import logging
from pprint import pformat as pf
import re
from pprint import pformat as pf
import click