Skip to content

Commit

Permalink
Merge pull request #79 from chainer/_v1.0.0b2
Browse files Browse the repository at this point in the history
v1.0.0b2
  • Loading branch information
iwiwi authored Jun 2, 2017
2 parents 5e157e4 + 8cd2a9f commit 2a65477
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ python:
- "3.5.1"

env:
- MPI="mpich-3.0.4"
- MPI="mpich-3.2"
- MPI="openmpi-1.6.5"
- MPI="openmpi-1.10.3"
- MPI="mpich-3.0.4" CHAINER_VER="1.24"
- MPI="mpich-3.0.4" CHAINER_VER="2"
- MPI="mpich-3.2" CHAINER_VER="1.24"
- MPI="mpich-3.2" CHAINER_VER="2"
- MPI="openmpi-1.6.5" CHAINER_VER="1.24"
- MPI="openmpi-1.6.5" CHAINER_VER="2"
- MPI="openmpi-1.10.3" CHAINER_VER="1.24"
- MPI="openmpi-1.10.3" CHAINER_VER="2"


cache:
Expand Down Expand Up @@ -40,6 +44,7 @@ install:
- pip install nose hacking mock
- pip install autopep8
- pip install cython mpi4py cffi
- pip install chainer==${CHAINER_VER}
- python setup.py develop --no-nccl

script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name='chainermn',
version='1.0.0b1',
version='1.0.0b2',
description='ChainerMN: Multi-node distributed training with Chainer',
author='Takuya Akiba',
author_email='[email protected]',
Expand Down

0 comments on commit 2a65477

Please sign in to comment.