Commit Graph

5 Commits

Author SHA1 Message Date
Abhinav Singh bb736aa4a0
Remove -dev from python-version (#287)
* Remove -dev from python-version. See https://twitter.com/imoracle/status/1224070108064043008 for background

* Remove benchmark module which was broken on 3.6.9 (mypy broken). Also remove 3.5 support from README
2020-02-02 13:05:06 -08:00
Abhinav Singh b2a16046c2
Invoke github actions for all pull requests (#259) 2020-01-07 10:35:25 -08:00
Abhinav Singh 7f9ffad6d4
Move homebrew under helper (#215) 2019-12-01 23:28:46 -08:00
Abhinav Singh 54d2a1cc32
Packaging (#210)
* Move docker installation steps above

* Try brewing with virtualenv

* depends on python

* Update homebrew formula for stable release

* Just test brewing on latest python
2019-12-01 20:08:50 -08:00
Abhinav Singh 4713ad6ea7
Homebrew formula (#209)
* Add homebrew formula

* Build PyPi package and Homebrew installation verification

* Check develop

* bdist_wheel reported as error: invalid command "bdist_wheel"

* Move under stable/develop folders to keep Proxy class name same

* uff

* develop installs proxy not proxy.py binary

* Prepend site-packages

* Install typing-extensions explicitly with brew

* Use find_packages

* Most likely failing due to lack of find_packages in current develop branch

* Fix windows setup.py build

* test_static_web_server_serves seems flaky on Ubuntu python 3.8

* Add instructions to install using homebrew

* Disable test_static_web_server_serves on GitHub actions, seems flaky
2019-12-01 19:01:28 -08:00