-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- test python 3.10 - fixes #160 - move the docs/lint/typing tasks to 3.9 from 3.7/3.8 - include 3.9 in coverage - use 3.9 as the base python for cases where only one version is needed - restore numpy testing on Python 3.6-3.9 - fixes #162 - test on macOS and windows - fixes #163 - Add key development tools to the DEV_TOOLS requirements - Support ASDF for interactive tox testing - Update the CI branches to include main - part of #159
- Loading branch information
Showing
13 changed files
with
275 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Test coverage is now submitted to codecov.io. | ||
* Test coverage is now submitted to codecov.io. | ||
|
||
Fixed by #150 | ||
Fixed by #150 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Adds the tests to the sdist. Fixed by #150 | ||
* Adds the tests to the sdist. Fixed by #150 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Revamped the build system significantly. | ||
* Revamped the build system significantly. | ||
|
||
* Now uses github actions instead of Travis | ||
* Now uses codecov.io instead of coveralls | ||
* Generally modernized it a bunch | ||
- Now uses github actions instead of Travis | ||
- Now uses codecov.io instead of coveralls | ||
- Generally modernized it a bunch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Changed the development branch from master to main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Update the CI to test Python 3.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Restore numpy testing for all modern Pythons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Verify hamcrest testing on macos and windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.[dev] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile --no-emit-index-url --no-emit-trusted-host requirements.in | ||
# | ||
alabaster==0.7.12 | ||
# via sphinx | ||
apipkg==1.5 | ||
# via execnet | ||
appdirs==1.4.4 | ||
# via | ||
# black | ||
# virtualenv | ||
attrs==20.3.0 | ||
# via | ||
# pytest | ||
# pytest-mypy | ||
babel==2.9.0 | ||
# via sphinx | ||
black==20.8b1 | ||
# via pyhamcrest | ||
bleach==3.2.1 | ||
# via readme-renderer | ||
certifi==2020.11.8 | ||
# via requests | ||
chardet==3.0.4 | ||
# via requests | ||
click==7.1.2 | ||
# via | ||
# black | ||
# towncrier | ||
colorama==0.4.4 | ||
# via twine | ||
coverage==5.3 | ||
# via pyhamcrest | ||
distlib==0.3.1 | ||
# via virtualenv | ||
docutils==0.16 | ||
# via | ||
# readme-renderer | ||
# sphinx | ||
execnet==1.7.1 | ||
# via pytest-xdist | ||
filelock==3.0.12 | ||
# via | ||
# pytest-mypy | ||
# tox | ||
# virtualenv | ||
flake8==3.8.4 | ||
# via pyhamcrest | ||
idna==2.10 | ||
# via requests | ||
imagesize==1.2.0 | ||
# via sphinx | ||
incremental==17.5.0 | ||
# via towncrier | ||
iniconfig==1.1.1 | ||
# via pytest | ||
jinja2==2.11.2 | ||
# via | ||
# sphinx | ||
# towncrier | ||
keyring==21.5.0 | ||
# via twine | ||
markupsafe==1.1.1 | ||
# via jinja2 | ||
mccabe==0.6.1 | ||
# via flake8 | ||
mypy-extensions==0.4.3 | ||
# via | ||
# black | ||
# mypy | ||
mypy==0.790 | ||
# via pytest-mypy | ||
packaging==20.4 | ||
# via | ||
# bleach | ||
# pytest | ||
# pytest-sugar | ||
# sphinx | ||
# tox | ||
pathspec==0.8.1 | ||
# via black | ||
pkginfo==1.6.1 | ||
# via twine | ||
pluggy==0.13.1 | ||
# via | ||
# pytest | ||
# tox | ||
py==1.9.0 | ||
# via | ||
# pytest | ||
# pytest-forked | ||
# tox | ||
pycodestyle==2.6.0 | ||
# via flake8 | ||
pyflakes==2.2.0 | ||
# via flake8 | ||
pygments==2.7.2 | ||
# via | ||
# readme-renderer | ||
# sphinx | ||
file:///Users/offby1/projects/PyHamcrest | ||
# via -r requirements.in | ||
pyparsing==2.4.7 | ||
# via packaging | ||
pytest-forked==1.3.0 | ||
# via pytest-xdist | ||
pytest-mypy==0.8.0 | ||
# via pyhamcrest | ||
pytest-sugar==0.9.4 | ||
# via pyhamcrest | ||
pytest-xdist==2.1.0 | ||
# via pyhamcrest | ||
pytest==6.1.2 | ||
# via | ||
# pyhamcrest | ||
# pytest-forked | ||
# pytest-mypy | ||
# pytest-sugar | ||
# pytest-xdist | ||
pytz==2020.4 | ||
# via babel | ||
readme-renderer==28.0 | ||
# via twine | ||
regex==2020.11.13 | ||
# via black | ||
requests-toolbelt==0.9.1 | ||
# via twine | ||
requests==2.25.0 | ||
# via | ||
# requests-toolbelt | ||
# sphinx | ||
# twine | ||
rfc3986==1.4.0 | ||
# via twine | ||
six==1.15.0 | ||
# via | ||
# bleach | ||
# packaging | ||
# readme-renderer | ||
# tox | ||
# virtualenv | ||
snowballstemmer==2.0.0 | ||
# via sphinx | ||
sphinx-rtd-theme==0.5.0 | ||
# via pyhamcrest | ||
sphinx==3.3.1 | ||
# via | ||
# pyhamcrest | ||
# sphinx-rtd-theme | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.4 | ||
# via sphinx | ||
termcolor==1.1.0 | ||
# via pytest-sugar | ||
toml==0.10.2 | ||
# via | ||
# black | ||
# pytest | ||
# towncrier | ||
# tox | ||
towncrier==19.2.0 | ||
# via pyhamcrest | ||
tox-asdf==0.1.0 | ||
# via pyhamcrest | ||
tox-pyenv==1.1.0 | ||
# via pyhamcrest | ||
tox==3.20.1 | ||
# via | ||
# pyhamcrest | ||
# tox-asdf | ||
# tox-pyenv | ||
tqdm==4.53.0 | ||
# via twine | ||
twine==3.2.0 | ||
# via pyhamcrest | ||
typed-ast==1.4.1 | ||
# via | ||
# black | ||
# mypy | ||
typing-extensions==3.7.4.3 | ||
# via | ||
# black | ||
# mypy | ||
urllib3==1.26.2 | ||
# via requests | ||
virtualenv==20.2.1 | ||
# via tox | ||
webencodings==0.5.1 | ||
# via bleach | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.