17 Commits

Author SHA1 Message Date
Nat Noordanus
4f820b4a6a Include python 3.8 i ci test runs & optimise CI and make config 2020-06-22 19:38:41 +02:00
Nat Noordanus
75a4c230da Add optional deps to dev-deps
So contributors dont have to remember to run poetry install with `-E compiler`
2020-06-22 19:35:23 +02:00
Nat Noordanus
8edec81b11 Switch from pipenv to poetry
- dropped dev dependency on rope, isort & flake
- poetry doesn't support dev scripts like pipenv, so create a makefile instead
- Add pytest-cov
- Use tox for testing multiple python versions in CI
- Update README

Update ci workflow
2020-06-12 21:13:55 +02:00
Nat Noordanus
3860c0ab11 Add task to run black --check in ci & update README 2020-05-27 11:52:10 +02:00
Nat Noordanus
9b990ee1bd Make pipenv play nice with the setup-python ci workflow 2020-04-05 15:58:12 +02:00
Nat Noordanus
203105f048 Add support for python 3.6
Changes:
- Update config and docs to reference 3.6
- Add backports of dataclasses and datetime.fromisoformat for python_version<"3.7"
- Support both 3.7 and 3.6 usages of undocumented __origin__ attribute on typing objects
- Make github ci run tests for python 3.6 as well
2020-04-03 19:52:19 +02:00
Daniel G. Taylor
ba520f88a4
Install Protobuf include files on CI host 2019-10-27 15:40:33 -07:00
Daniel G. Taylor
b0b64fcbaf
Fix tests attempt 3 2019-10-27 15:29:04 -07:00
Daniel G. Taylor
7900c7c9db
Fix tests 2019-10-27 15:21:20 -07:00
Daniel G. Taylor
fcc273e294
Fix tests 2019-10-27 15:18:10 -07:00
Daniel G. Taylor
ef0a1bf50c
Use specific version of pypi publish image 2019-10-23 15:03:13 -07:00
Daniel G. Taylor
0e389abbef
Add Python package long description 2019-10-22 21:31:42 -07:00
Daniel G. Taylor
45a6da0fad
CI updates 2019-10-20 23:46:50 -07:00
Daniel G. Taylor
972ed4635a
Try pip user install and path update 2019-10-20 23:36:47 -07:00
Daniel G. Taylor
487bdf9f16
Update CI build 2019-10-20 23:32:09 -07:00
Daniel G. Taylor
1fd24f74fc
Fix CI dependency install 2019-10-20 23:26:48 -07:00
Daniel G. Taylor
f4389a29ec
Add GitHub action build for CI 2019-10-20 23:25:18 -07:00