brain-score / core

MIT License
2 stars 5 forks source link

Changed os.environ to os.getenv #67

Closed shehadak closed 6 months ago

shehadak commented 6 months ago

Fixes the test runner in environments that do not explicitly define the TRAVIS variable (e.g. Jenkins) by defaulting to None (using Python's os.getenv method) if the variable does not exist in the environment.

kvfairchild commented 6 months ago

This duplicates #62, which is still in testing.

shehadak commented 6 months ago

Closing because the functionality is already added in #62.