We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a75c2e commit 14c5f64Copy full SHA for 14c5f64
.travis.yml
@@ -21,7 +21,11 @@ install:
21
- source activate env_name
22
- pip install coveralls ipython[all]==2.4.1
23
- pip install https://github.com/biocore/mustached-octo-ironman/archive/master.zip
24
- - travis_retry pip install .
+ - pip install 'psycopg2' 'click >= 3.3' 'future==0.13.0' 'bcrypt'
25
+ 'pandas >= 0.15' 'numpy >= 1.7' 'tornado==3.1.1' 'toredis' 'redis'
26
+ 'ipython[all] < 2.5' 'pyparsing' 'h5py >= 2.3.1' 'biom-format'
27
+ 'natsort' 'networkx' 'scikit-bio < 0.3.0' 'wtforms == 2.0.1'
28
+ - travis_retry pip install . --no-deps
29
script:
30
- export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.txt
31
- ipython profile create qiita_general --parallel
0 commit comments