Skip to content

Commit 95c1acc

Browse files
authored
Fix-travis-test (#42)
Update travis and appveyor config, including requirement files
1 parent 99b6908 commit 95c1acc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- conda update -q conda
1717
- conda info -a
1818

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
2020
- source activate test-environment
2121
- python setup.py install
2222

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ install:
1313
- conda config --set always_yes yes --set changeps1 no
1414
- conda update -q conda
1515
- 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"
1717
- activate test-environment
18-
- pip install pymzml==0.7.8
18+
- pip install pymzml==0.7.10
1919
- python setup.py install
2020

2121
test_script:

conda-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Use this file to create a conda environment using:
22
# conda create -n dimspy python=2.7 --file conda-requirements.txt -c conda-forge -c bioconda
33

4-
numpy=1.13.0
5-
scipy=0.19.1
4+
numpy=1.13.3
5+
scipy=1.1.0
66
fastcluster=1.1.23
7-
pymzml=0.7.8
7+
pymzml=0.7.10
88
h5py=2.7.0
99
pythonnet=2.3.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==1.13.3
2-
scipy==1.0.0
2+
scipy==1.1.0
33
fastcluster==1.1.23
44
plotly==2.5.1
55
pymzml==0.7.10

0 commit comments

Comments
 (0)