@@ -21,6 +21,7 @@ before_install:
21
21
- chmod +x ascp-install-3.5.4.102989-linux-64-qiita.sh
22
22
- ./ascp-install-3.5.4.102989-linux-64-qiita.sh
23
23
# once we have ebi testing we should uncomment this line
24
+ # look for EBI below as it's part of this
24
25
# - if [ ${TRAVIS_PULL_REQUEST} == "false" ]; then openssl aes-256-cbc -K $encrypted_a2e23aea5f14_key -iv $encrypted_a2e23aea5f14_iv -in qiita_core/support_files/config_test_travis.cfg.enc -out qiita_core/support_files/config_test_travis.cfg -d ; fi
25
26
install :
26
27
# install a few of the dependencies that pip would otherwise try to install
@@ -43,10 +44,11 @@ before_script:
43
44
# Some of the tests rely on the plugin system to complete successfuly.
44
45
# Thus, we need a qiita webserver running to be able to execute the tests.
45
46
- export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.cfg
46
- - if [ ${TRAVIS_PULL_REQUEST} == "false" ]; then
47
- export QIITA_CONFIG_FP=`pwd`/qiita_core/support_files/config_test_travis.cfg;
48
- export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test_travis.cfg;
49
- fi
47
+ # EBI, see the end of before_install about why this block is commented out
48
+ # - if [ ${TRAVIS_PULL_REQUEST} == "false" ]; then
49
+ # export QIITA_CONFIG_FP=`pwd`/qiita_core/support_files/config_test_travis.cfg;
50
+ # export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test_travis.cfg;
51
+ # fi
50
52
- ipython profile create qiita-general --parallel
51
53
- qiita-env start_cluster qiita-general
52
54
- qiita-env make --no-load-ontologies
0 commit comments