Skip to content

Feature/python3 support #2

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

Merged
merged 2 commits into from
Jan 28, 2017
Merged

Feature/python3 support #2

merged 2 commits into from
Jan 28, 2017

Conversation

gatesn
Copy link
Contributor

@gatesn gatesn commented Jan 28, 2017

Adding experimental Python3 support. Confirmed working against VSCode.

Fixes #1

@gatesn gatesn merged commit 9ea92b5 into master Jan 28, 2017
@gatesn gatesn deleted the feature/python3-support branch February 3, 2017 00:02
tox.ini Outdated
@@ -14,7 +14,7 @@ addopts =
--cov pyls --cov test

[tox]
envlist = py27,py35,py36
envlist = py27,py36
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it not be better to test against 3.4 ? The test suite passes here, and 3.6 is not yet widely available.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup fair point.

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.

2 participants