Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
209 changes: 208 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e pypy3-nose2
Expand All @@ -49,6 +58,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e pypy3-pytest3
Expand All @@ -65,6 +83,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e pypy3-unit
Expand All @@ -81,6 +108,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e pypy3-unit2
Expand All @@ -97,6 +133,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py37-nose
Expand All @@ -113,6 +158,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py37-nose2
Expand All @@ -129,6 +183,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py37-pytest3
Expand All @@ -145,6 +208,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py37-unit
Expand All @@ -161,6 +233,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py37-unit2
Expand All @@ -177,6 +258,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py38-nose
Expand All @@ -193,6 +283,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py38-nose2
Expand All @@ -209,6 +308,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py38-pytest3
Expand All @@ -225,6 +333,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py38-unit
Expand All @@ -241,6 +358,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py38-unit2
Expand All @@ -257,6 +383,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py39-nose
Expand All @@ -273,6 +408,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py39-nose2
Expand All @@ -289,6 +433,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py39-pytest3
Expand All @@ -305,6 +458,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py39-unit
Expand All @@ -321,6 +483,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py39-unit2
Expand All @@ -337,6 +508,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py310-unit
Expand All @@ -353,6 +533,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py310-nose2
Expand All @@ -369,6 +558,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py311-unit
Expand All @@ -385,6 +583,15 @@ jobs:
- run:
name: install tox
command: pip install tox
- run:
name: install build deps
command: pip install --upgrade setuptools setuptools_scm wheel build
- run:
name: build package
command: python3 -m build -nwx .
- run:
name: install package
command: pip install --upgrade ./dist/*.whl
- run:
name: run tests
command: tox -e py311-nose2
Expand Down Expand Up @@ -419,4 +626,4 @@ workflows:
- test-py311-nose2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
# !!! WARNING !!!
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
parameterized/version.py

*.class
*.o
*.pyc
Expand Down
2 changes: 1 addition & 1 deletion parameterized/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .parameterized import parameterized, param, parameterized_class

__version__ = "0.9.0"
from .version import __version__
Loading