peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.61k stars 238 forks source link

Update .travis.yml #349

Closed mustafaergul closed 2 years ago

mustafaergul commented 2 years ago

Workaround with the pip version

Thanks for taking the time to contibute to this project. You are a star!

Checks

Before you go any further, please make sure that you have read the contributing guidelines, run the test suite and that your clone of this repository was taken after 18 October 2018. (I had to fix up the git history and so clones before that date will have all sorts of merge issues).

Now please delete this pre-amble section and fill in the rest of the template...

Issues fixed by this PR

Please list any Issues here

What does this implement/fix?

Please add any further information about the fix if it is not obvious from the related Issue above

Any other comments?

If there is anything else you feel you need to add, please do so here!

peterbrittain commented 2 years ago

Thanks for looking into this... Still failing, though. I suspect that a different version of setuptools may be required looking at the stack trace.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 96.88% when pulling 46498eda85edb6dc09ac6b7be118943f8fb34edf on mustafaergul:patch-1 into b68eddffad443877d43cfb07b9c9ce1c27250f17 on peterbrittain:master.

mustafaergul commented 2 years ago

@peterbrittain I think the PR can be merged by now. It seems like the latest Python3.7 version has fixed the issue. Thanks.