add test configuration for Travis#1733
Conversation
…ild (to be used in Travis test config)
…ith 'easy_install --help' output
…rap debug, install vsc-base from GitHub
…directly is more troublesome because of vsc-install
having 'lmod' available in $PATH is still required for the bootstrap script This reverts commit 2ea7bf2.
|
@wpoely86 please review? ^_^ |
| # for recent versions of keyring, keyrings.alt must be installed too | ||
| - if [ "x$TRAVIS_PYTHON_VERSION" == 'x2.6' ]; then pip install keyring==5.7.1; else pip install keyring keyrings.alt; fi | ||
| # optional Python packages for EasyBuild | ||
| - pip install autopep8 GC3Pie GitPython python-graph-dot python-hglib PyYAML |
There was a problem hiding this comment.
hg also as package? And pep8 itself for the style tests
There was a problem hiding this comment.
seems like hg/Mercurial is just there?
we will add pep8 when we actually need it
There was a problem hiding this comment.
I included mercurial in the list of packages to install above.
|
Looks great |
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2956/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2957/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Going in, thanks for the review @wpoely86! I'll leave both Jenkins and Travis enabled for a while, before we switch to Travis-only... |
No description provided.