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

Update build matrix #48

Closed
wants to merge 4 commits into from
Closed

Update build matrix #48

wants to merge 4 commits into from

Conversation

jamesmyatt
Copy link

@jamesmyatt jamesmyatt commented Jan 31, 2020

This is all of the stable versions of Python for Linux currently available on Travis CI

Also tidy install_requires

@jamesmyatt
Copy link
Author

Note that "python setup.py test" is now bad practice, and doesn't actually do anything

- "3.5"
- "3.6"
- "3.7"
- "3.8"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • "3.9"

Copy link
Author

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"
Copy link
Author

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.

@jamesmyatt jamesmyatt closed this by deleting the head repository Jan 19, 2023
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

Successfully merging this pull request may close these issues.

2 participants