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

Add support for Python 3.5. #6

Merged
merged 2 commits into from
Apr 14, 2016
Merged

Add support for Python 3.5. #6

merged 2 commits into from
Apr 14, 2016

Conversation

tseaver
Copy link
Member

@tseaver tseaver commented Apr 12, 2016

No description provided.

matrix:
include:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py27
Copy link
Member

Choose a reason for hiding this comment

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

Maybe use tox-travis instead? Otherwise LGTM.

EDIT: "TOXENV=py27-pure-zodb" makes this harder, so maybe not.

@tseaver
Copy link
Member Author

tseaver commented Apr 14, 2016

The PURE_PYTHON environment was flaky for me, because the wheels created with that environment (either here or in other projects) were interacting badly with each other. b59f6ce isolates that environment from the global wheel cache (I am going to add similar isolation to other projects which have -pure tox environments).

@tseaver tseaver merged commit a689cb8 into master Apr 14, 2016
@mgedmin mgedmin deleted the add-py35-support branch April 14, 2016 15:42
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

2 participants