Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
19 lines (13 loc) · 665 Bytes

File metadata and controls

19 lines (13 loc) · 665 Bytes
Copy raw file
Download raw file
Edit and raw actions
orphan:

Updating the API key for travis-ci

OpenML uses an API key to authenticate a user. The API repository also needs an API key in order to run tests against the OpenML server. The API key used for the tests are linked to a special test user. Since API keys are private, we have to use private environment variables for travis-ci. The API key is stored in an environment variable OPENMLAPIKEY in travis-ci. To encrypt an API key for use on travis-ci use the following command to create a private string to put into the .travis.yml file

travis encrypt OPENMLAPIKEY=secretvalue --add
Morty Proxy This is a proxified and sanitized view of the page, visit original site.