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 Travis testing on Python 3.5 #56

Merged
merged 3 commits into from
Sep 12, 2016
Merged

Conversation

laymonage
Copy link

No description provided.

wsgiref is already a part of Python library since Python 2.5,
and the standalone package does not support Python 3.
Removing wsgiref package as a requirement allows installation
of the loklak package on Python 3.
- Fix unit test for get_map on Python 3 by specifying 'byte' data type
  (also improved alignment and removed superfluous parentheses)
- Add Python 3.5 build job on Travis to check for issues with Python 3
re and uuid imports are unused in setup.py, and asyncoro is never
imported in the API.

Also added pyflakes in .travis.yml to check if the problems in setup.py
are fixed.
@coveralls
Copy link

coveralls commented Sep 12, 2016

Coverage Status

Coverage remained the same at 57.621% when pulling c42c422 on laymonage:master into 2507e28 on loklak:master.

@mariobehling
Copy link
Member

Thank you!

@mariobehling mariobehling merged commit 78456e7 into loklak:master Sep 12, 2016
@laymonage
Copy link
Author

You're welcome :)
You may want to restart the Python 2.7 CI build, though. The test_search can fail sometimes (it didn't in my case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants