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

consider py37 testing #72

Closed
ThomasWaldmann opened this issue Dec 1, 2018 · 3 comments
Closed

consider py37 testing #72

ThomasWaldmann opened this issue Dec 1, 2018 · 3 comments
Assignees

Comments

@ThomasWaldmann
Copy link
Collaborator

setup.py declares that 3.7 is supported. usually stuff that works on 3.6 also works on 3.7.
but, you never know, so better have it actually tested.

py37 testing works on travis with xenial dist.

@m3nu
Copy link
Contributor

m3nu commented Dec 1, 2018

Added 3.7 to Travis and switched to tox for running tests.

@ThomasWaldmann
Copy link
Collaborator Author

py37 won't work on trusty due to old openssl.

@m3nu m3nu self-assigned this Dec 1, 2018
@m3nu
Copy link
Contributor

m3nu commented Dec 2, 2018

This is now enabled in tox. Py37 testing runs on macOS until Travis updates their base image.

@m3nu m3nu closed this as completed Dec 2, 2018
m3nu added a commit that referenced this issue Dec 4, 2018
* Fix uneven vspace. Fixes #67

* Add Python 3.7 to Travis. Use tox to test multiple Python versions. Fixes #72

* Add command line option to avoid forking and open main window while debugging. Fixes #73

* Use slug of profile name as archive prefix. Fixes #46

* Add settings tab. Add light system tray icon option. Fixes #56 and #74

* Incorporate review by @ThomasWaldmann
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

No branches or pull requests

2 participants