Skip to content

Commit

Permalink
Merge pull request #123 from Erotemic/dev/1.0.1
Browse files Browse the repository at this point in the history
Patch 1.0.1
  • Loading branch information
Erotemic committed Jul 10, 2022
2 parents b65c9e4 + bde9594 commit 58e573d
Show file tree
Hide file tree
Showing 114 changed files with 3,860 additions and 2,223 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ workflows:
- test_full/cp35-35m-linux:
filters:
<<: *__ignore_release__
- test_full/cp34-34m-linux:
filters:
<<: *__ignore_release__
#- test_full/cp34-34m-linux:
# filters:
# <<: *__ignore_release__
- test_full/cp27-27mu-linux:
filters:
<<: *__ignore_release__
Expand All @@ -72,9 +72,9 @@ workflows:
- test_minimal/cp35-35m-linux:
filters:
<<: *__ignore_release__
- test_minimal/cp34-34m-linux:
filters:
<<: *__ignore_release__
#- test_minimal/cp34-34m-linux:
# filters:
# <<: *__ignore_release__
- test_minimal/cp27-27mu-linux:
filters:
<<: *__ignore_release__
Expand Down Expand Up @@ -229,10 +229,10 @@ jobs:
docker:
- image: cimg/python:3.5

test_full/cp34-34m-linux:
<<: *test_full_template
docker:
- image: circleci/python:3.4
#test_full/cp34-34m-linux:
# <<: *test_full_template
# docker:
# - image: circleci/python:3.4

test_full/cp27-27mu-linux:
<<: *test_full_template
Expand Down Expand Up @@ -270,10 +270,10 @@ jobs:
docker:
- image: cimg/python:3.5

test_minimal/cp34-34m-linux:
<<: *test_minimal_template
docker:
- image: circleci/python:3.4
#test_minimal/cp34-34m-linux:
# <<: *test_minimal_template
# docker:
# - image: circleci/python:3.4

test_minimal/cp27-27mu-linux:
<<: *test_minimal_template
Expand Down
2 changes: 0 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ omit =
xdoctest/__main__.py
xdoctest/__init__.py
xdoctest/exceptions.py
xdoctest/_old*.py
xdoctest/_grave*.py

0 comments on commit 58e573d

Please sign in to comment.