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

Move all variables to .ci scripts #22

Open
tbekolay opened this issue May 10, 2019 · 0 comments
Open

Move all variables to .ci scripts #22

tbekolay opened this issue May 10, 2019 · 0 comments

Comments

@tbekolay
Copy link
Member

In some cases, like the Python version, configuration has to be specified in .travis.yml. However, in other scripts, some variables are defined in .travis.yml only to be used in a shell script. We should move those variables to the shell script itself so that it can be more easily run independently.

That's the general idea; the specific instance that brought this up was the TEST_ARGS variable, which wasn't defined when I was doing .ci/test-nengo.sh script, so I had to manually export it before running that script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant