Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up python version and add test structure #35

Merged
merged 30 commits into from
Jan 27, 2019

Conversation

willingc
Copy link
Member

No description provided.

@rgbkrk
Copy link
Member

rgbkrk commented Jan 26, 2019

I'm assuming with this we'll do unit tests on Travis and our integration tests on Circle CI?

@rgbkrk
Copy link
Member

rgbkrk commented Jan 26, 2019

Thanks for cleaning up my initial experiments into using mypy by the way. 😄

@willingc willingc changed the title [WIP] Clean up python version and add test structure Clean up python version and add test structure Jan 27, 2019
@willingc
Copy link
Member Author

@rgbkrk Ultimately was able to leave in versioneer by adjusting how travis sets up the environment for tests in python.

@rgbkrk
Copy link
Member

rgbkrk commented Jan 27, 2019

Wahoo! Thank you @willingc!

@rgbkrk
Copy link
Member

rgbkrk commented Jan 27, 2019

I'll do a review here and get this merged in soon so I can rebase the other PR.

LONG_VERSION_PY: dict = {}
HANDLERS: dict = {}
LONG_VERSION_PY = {}
HANDLERS = {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that you added this file to the exceptions list and then removed my half-hearted attempt to semi type this.

@@ -13,7 +15,7 @@
https://github.com/pypa/sampleproject

"""
from __future__ import print_function
# from __future__ import print_function
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can delete the extra comments here.

@@ -3,6 +3,8 @@
""""
setup.py

bookstore may be installed on Python 3.6 or higher.

Note: Do a version check for IPython.
IPython v6+ no longer supports Python 2.
If Python 2, install ipython 5.x.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can delete this note too now. 😄

@rgbkrk rgbkrk merged commit 9c3c75e into nteract:master Jan 27, 2019
@rgbkrk
Copy link
Member

rgbkrk commented Jan 27, 2019

Thanks for all the structure for testing here. 😃

@willingc willingc deleted the version-cleanup branch January 27, 2019 15:55
@mpacer mpacer modified the milestones: 2.2.1, 2.2.0 Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants