@@ -11,14 +11,14 @@ before_install:
11
11
# Update conda itself
12
12
- conda update --yes conda
13
13
install :
14
- - travis_retry conda create --yes -n qiita_env python=2.7 pip nose flake8
14
+ - travis_retry conda create --yes -n qiita python=2.7 pip nose flake8
15
15
pyzmq networkx pyparsing natsort mock future libgfortran
16
16
' pandas>=0.18' ' scipy>0.13.0' ' numpy>=1.7' ' h5py>=2.3.1'
17
- - source activate qiita_env
17
+ - source activate qiita
18
18
- pip install sphinx==1.5.5 sphinx-bootstrap-theme coveralls ipython[all]==2.4.1
19
19
- pip install https://github.com/biocore/qiita/archive/analysis-refactor.zip --process-dependency-links
20
- - export QIITA_SERVER_CERT=$HOME/miniconda3/envs/qiita_env /lib/python2.7/site-packages/qiita_core/support_files/server.crt
21
- - export MOI_CONFIG_FP=$HOME/miniconda3/envs/qiita_env /lib/python2.7/site-packages/qiita_core/support_files/config_test.cfg
20
+ - export QIITA_SERVER_CERT=$HOME/miniconda3/envs/qiita /lib/python2.7/site-packages/qiita_core/support_files/server.crt
21
+ - export MOI_CONFIG_FP=$HOME/miniconda3/envs/qiita /lib/python2.7/site-packages/qiita_core/support_files/config_test.cfg
22
22
- ipython profile create qiita-general --parallel
23
23
- qiita-env start_cluster qiita-general
24
24
- qiita-env make --no-load-ontologies
@@ -27,8 +27,8 @@ install:
27
27
- source activate env_name
28
28
- travis_retry pip install .
29
29
before_script :
30
- - source activate qiita_env
31
- - qiita pet webserver start &
30
+ - source activate qiita
31
+ - qiita pet webserver --no-build-docs start &
32
32
script :
33
33
- source activate env_name
34
34
- sleep 5 # give enough time to the webserver to start
0 commit comments