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 python3 #20

Merged
merged 22 commits into from
Aug 9, 2016
Merged

Add support for python3 #20

merged 22 commits into from
Aug 9, 2016

Conversation

Changaco
Copy link
Member

@Changaco Changaco force-pushed the python3 branch 2 times, most recently from 243a73f to fc6af63 Compare July 30, 2016 11:28
@Changaco
Copy link
Member Author

Ready for review.

@chadwhitacre
Copy link
Contributor

Here we go ... ! 😳

@@ -4,12 +4,12 @@ branches:
- master
language: python
python:
- 2.7
- 3.5
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not test both? Are we dropping Python 2 support?

Copy link
Contributor

Choose a reason for hiding this comment

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

Are we dropping Python 2 support?

No.

Why not test both?

We're testing all three of Python 2.7, 3.4, and 3.5, but we're using Tox instead of Travis's matrix functionality.

https://travis-ci.org/AspenWeb/aspen.py/builds/148520550

"""clean jython test results"""
shell('find', '.', '-name', '*.class', '-delete')
shell('rm', '-rf', 'jython-testresults.xml')

Copy link
Contributor

Choose a reason for hiding this comment

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

Fare thee well, Jython.

@chadwhitacre chadwhitacre merged commit 6cb87f8 into master Aug 9, 2016
@chadwhitacre chadwhitacre deleted the python3 branch August 9, 2016 14:00
Changaco added a commit to AspenWeb/pando.py that referenced this pull request Aug 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants