File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ install:
16
16
- conda update -q conda
17
17
- conda info -a
18
18
19
- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy=1.13.0 scipy=1.0 pymzml=0.7.10 pythonnet=2.3.0 h5py=2.7.0 fastcluster=1.1.23 coverage green codecov -c conda-forge -c bioconda
19
+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION coverage green codecov --file conda-requirements.txt -c conda-forge -c bioconda
20
20
- source activate test-environment
21
21
- python setup.py install
22
22
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ install:
13
13
- conda config --set always_yes yes --set changeps1 no
14
14
- conda update -q conda
15
15
- conda info -a
16
- - " conda create -q -n test-environment python=%PYTHON_VERSION% numpy=1.13.0 scipy=0.19.1 pythonnet=2.3.0 h5py=2.7.0 fastcluster=1.1.23 -c conda-forge -c bioconda -c pythonnet"
16
+ - " conda create -q -n test-environment python=%PYTHON_VERSION% numpy=1.13.3 scipy=1.1.0 pythonnet=2.3.0 h5py=2.7.0 fastcluster=1.1.23 -c conda-forge -c bioconda -c pythonnet"
17
17
- activate test-environment
18
- - pip install pymzml==0.7.8
18
+ - pip install pymzml==0.7.10
19
19
- python setup.py install
20
20
21
21
test_script :
Original file line number Diff line number Diff line change 1
1
# Use this file to create a conda environment using:
2
2
# conda create -n dimspy python=2.7 --file conda-requirements.txt -c conda-forge -c bioconda
3
3
4
- numpy=1.13.0
5
- scipy=0.19.1
4
+ numpy=1.13.3
5
+ scipy=1.1.0
6
6
fastcluster=1.1.23
7
- pymzml=0.7.8
7
+ pymzml=0.7.10
8
8
h5py=2.7.0
9
9
pythonnet=2.3.0
Original file line number Diff line number Diff line change 1
1
numpy == 1.13.3
2
- scipy == 1.0 .0
2
+ scipy == 1.1 .0
3
3
fastcluster == 1.1.23
4
4
plotly == 2.5.1
5
5
pymzml == 0.7.10
You can’t perform that action at this time.
0 commit comments