Sync your GitHub projects with Travis CI to test your code in minutes
Travis CI is a continuous integration service that syncs with GitHub projects to test code.
import requests
url = "https://api.travis-ci.com/"
headers = {
"User-Agent": "MyClient/1.0.0",
"Accept": "application/vnd.travis-ci.2.1+json",
"Authorization": "token YOUR_TRAVIS_ACCESS_TOKEN"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)