Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Mar 7, 2020
1 parent 1d44e94 commit 893e663
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -158,9 +158,9 @@ workflows:
build:
jobs:
- python_extra
- python_39
- python_38
- python_37
- python_36
- python_35
- python_27
# - python_39
# - python_38
# - python_37
# - python_36
# - python_35
# - python_27
2 changes: 1 addition & 1 deletion .coveragerc
Expand Up @@ -7,6 +7,6 @@ exclude_lines =
def __repr__
raise MemoryError()
raise NotImplementedError
free(\w)
return NotImplemented
include =
src/*

0 comments on commit 893e663

Please sign in to comment.