blob: d243ef6a0ede838516c3df8f4842a321dc6cadfa [file] [log] [blame]
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
version: 2.1
jobs:
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-pypy3-nose:
docker:
- image: pypy:3
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e pypy3-nose
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-pypy3-nose2:
docker:
- image: pypy:3
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e pypy3-nose2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-pypy3-pytest3:
docker:
- image: pypy:3
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e pypy3-pytest3
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-pypy3-unit:
docker:
- image: pypy:3
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e pypy3-unit
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-pypy3-unit2:
docker:
- image: pypy:3
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e pypy3-unit2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py37-nose:
docker:
- image: python:3.7
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py37-nose
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py37-nose2:
docker:
- image: python:3.7
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py37-nose2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py37-pytest3:
docker:
- image: python:3.7
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py37-pytest3
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py37-unit:
docker:
- image: python:3.7
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py37-unit
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py37-unit2:
docker:
- image: python:3.7
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py37-unit2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py38-nose:
docker:
- image: python:3.8
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py38-nose
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py38-nose2:
docker:
- image: python:3.8
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py38-nose2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py38-pytest3:
docker:
- image: python:3.8
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py38-pytest3
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py38-unit:
docker:
- image: python:3.8
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py38-unit
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py38-unit2:
docker:
- image: python:3.8
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py38-unit2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py39-nose:
docker:
- image: python:3.9
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py39-nose
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py39-nose2:
docker:
- image: python:3.9
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py39-nose2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py39-pytest3:
docker:
- image: python:3.9
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py39-pytest3
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py39-unit:
docker:
- image: python:3.9
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py39-unit
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py39-unit2:
docker:
- image: python:3.9
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py39-unit2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py310-unit:
docker:
- image: python:3.10
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py310-unit
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py310-nose2:
docker:
- image: python:3.10
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py310-nose2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py311-unit:
docker:
- image: python:3.11
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py311-unit
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!
test-py311-nose2:
docker:
- image: python:3.11
steps:
- checkout
- run:
name: install tox
command: pip install tox
- run:
name: run tests
command: tox -e py311-nose2
workflows:
main:
jobs:
- test-pypy3-nose
- test-pypy3-nose2
- test-pypy3-pytest3
- test-pypy3-unit
- test-pypy3-unit2
- test-py37-nose
- test-py37-nose2
- test-py37-pytest3
- test-py37-unit
- test-py37-unit2
- test-py38-nose
- test-py38-nose2
- test-py38-pytest3
- test-py38-unit
- test-py38-unit2
- test-py39-nose
- test-py39-nose2
- test-py39-pytest3
- test-py39-unit
- test-py39-unit2
- test-py310-unit
- test-py310-nose2
- test-py311-unit
- test-py311-nose2
# !!! WARNING !!!
# This file is automatically generated by ../rebuild-circleci-yaml
# !!! WARNING !!!