mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
637 B
637 B
Travis CI test are failing
How do I find out what is wrong with my pull request?
- In your PR look for the failing test and click the
Detailslink:
- On the next page, click
The build failedlink:
- Now scroll down and look for
redtext describing the error(s) in the test log.
Pull requests will not be merged if the Travis CI tests are failing.
If anything is unclear, please read through CONTRIBUTING.md and attempt to run the failing tests on your computer before asking for assistance.