-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update travis configuration #44
Update travis configuration #44
Conversation
d2c36f5
to
046a9fe
Compare
Fails because nosetests is dead, and does not support Python 3.9, nose-devs/nose#1099 |
Tentatively, I replaced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this! pytest is fine with me, that is what I was using recently.
I think we may also want to update the envlist
in tox.ini
.
explicitly travis now defaults to Xenial, which has all Python versions we need
7c154b2
to
e2f0422
Compare
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
sudo
keyword was deprecated because travis now uses a fully virtualized infrastructure: link