Skip to content

Commit

Permalink
Merge pull request #151 from pavdmyt/mutable-spinner-class
Browse files Browse the repository at this point in the history
Mutable Spinner class (dataclass)

#151
  • Loading branch information
pavdmyt authored Aug 14, 2021
2 parents b22b29c + 8480537 commit 50230c8
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# So, installing only pytest and pytest-xdist that don't rely on typed-ast
# https://github.com/python/typed_ast/issues/97
install:
- pip install termcolor==1.1.0 pytest==6.2.4 pytest-xdist==2.2.1
- pip install termcolor==1.1.0 pytest==6.2.4 pytest-xdist==2.2.1 dataclasses==0.8
script:
- py.test -n auto
- stage: coverage
Expand Down
Loading

0 comments on commit 50230c8

Please sign in to comment.