Skip to content

Commit

Permalink
Faster Ubuntu testing, to avoid timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Apr 14, 2016
1 parent b8be6a2 commit fc7e81b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.7.71
current_version = 0.7.72
files = setup.py conda-recipe/meta.yaml

8 changes: 4 additions & 4 deletions codeship-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
command: /limix/deploy/pypi.step

- service: conda2
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
command: /limix/deploy/conda.step

- type: parallel
steps:
- service: ubuntu_latest
Expand All @@ -41,7 +45,3 @@
- service: opensuse_latest
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
command: /limix/deploy/test.pypi.zypper

- service: conda2
tag: ^v[0-9]+\.[0-9]+\.[0-9]+$
command: /limix/deploy/conda.step
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: limix
version: "0.7.71"
version: "0.7.72"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion deploy/apt_limix_install
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ sudo apt-get -y -q install build-essential libc6 gfortran g++ \
python python-setuptools cython python-numpy python-scipy \
python-matplotlib pkg-config libfreetype6-dev libpng12-dev \
python-h5py liblapack-dev python-pip python-pandas swig \
python-sklearn-lib
python-sklearn
pip install limix
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import importlib

PKG_NAME = 'limix'
VERSION = '0.7.71'
VERSION = '0.7.72'

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

Expand Down

0 comments on commit fc7e81b

Please sign in to comment.