Skip to content

Commit fc7e81b

Browse files
committed
Faster Ubuntu testing, to avoid timeout.
1 parent b8be6a2 commit fc7e81b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.7.71
2+
current_version = 0.7.72
33
files = setup.py conda-recipe/meta.yaml
44

codeship-steps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
2929
command: /limix/deploy/pypi.step
3030

31+
- service: conda2
32+
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
33+
command: /limix/deploy/conda.step
34+
3135
- type: parallel
3236
steps:
3337
- service: ubuntu_latest
@@ -41,7 +45,3 @@
4145
- service: opensuse_latest
4246
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
4347
command: /limix/deploy/test.pypi.zypper
44-
45-
- service: conda2
46-
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
47-
command: /limix/deploy/conda.step

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: limix
3-
version: "0.7.71"
3+
version: "0.7.72"
44

55
source:
66
path: ../

deploy/apt_limix_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ sudo apt-get -y -q install build-essential libc6 gfortran g++ \
77
python python-setuptools cython python-numpy python-scipy \
88
python-matplotlib pkg-config libfreetype6-dev libpng12-dev \
99
python-h5py liblapack-dev python-pip python-pandas swig \
10-
python-sklearn-lib
10+
python-sklearn
1111
pip install limix

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import importlib
66

77
PKG_NAME = 'limix'
8-
VERSION = '0.7.71'
8+
VERSION = '0.7.72'
99

1010
WORKDIR = os.path.abspath(os.path.dirname(__file__))
1111

0 commit comments

Comments
 (0)