1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-15 23:00:18 -07:00

9 Commits

Author SHA1 Message Date
Frederik Gladhorn
b9f7ee26ec Add mypy to CI 2020-01-11 20:27:03 +01:00
Adrian Sampson
a0c8eceda3 Minimum Python version: 3.6 (fix #68) 2020-01-11 11:58:40 -05:00
Adrian Sampson
90fc21a351 Actually test something 2019-06-30 11:02:48 -04:00
Adrian Sampson
6bdb973afe Tell coverage where the source is
Otherwise, it was trying to cover the test files...
2019-06-30 10:35:49 -04:00
Adrian Sampson
d306f592e4 tox: Separate flake8 and coverage tesenvs 2019-06-30 10:34:03 -04:00
Adrian Sampson
0c4600280f Use built-in tox support for PEP 518
We don't need to manually invoke `flit`; with `isolated_build`, tox
supports non-setuptools builds out of the box.
2019-06-30 10:25:34 -04:00
Adrian Sampson
0fefd70c77 Fix environment name in Tox config 2019-06-30 10:18:16 -04:00
Adrian Sampson
91f797289b Use built-in unittest for test execution
I like pytest, but I don't think it's necessary for super simple tests.
I'd like to avoid the dependency if we don't need it.
2019-06-30 10:15:51 -04:00
aaron.godfrey
e85ba126c5 Bootstrap tests. 2019-06-28 11:31:10 -07:00