-
Notifications
You must be signed in to change notification settings - Fork 155
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 build matrix #48
Conversation
Note that "python setup.py test" is now bad practice, and doesn't actually do anything |
- "3.5" | ||
- "3.6" | ||
- "3.7" | ||
- "3.8" |
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.
- "3.9"
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.
Done 👍
# commands to run tests | ||
script: | ||
- python -c "import Levenshtein" | ||
- "python setup.py test" |
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.
BTW, setup.py test
is deprecated.
This is all of the stable versions of Python for Linux currently available on Travis CI
Also tidy install_requires