-
Notifications
You must be signed in to change notification settings - Fork 131
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
Comments
m3nu
added a commit
to m3nu/vorta
that referenced
this issue
Dec 1, 2018
Added 3.7 to Travis and switched to tox for running tests. |
py37 won't work on trusty due to old openssl. |
This is now enabled in |
m3nu
added a commit
to m3nu/vorta
that referenced
this issue
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
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.
The text was updated successfully, but these errors were encountered: