Skip to content

Commit

Permalink
Clean up .travis.yml for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Nov 3, 2016
1 parent aca32b8 commit fb7ec3b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,3 @@ install:
script:
- conda build conf/conda


#language: python

#python:
#- 2.7
#- 3.5

#branches:
#only:
#- master

#sudo: false

#install:
#- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
#- bash miniconda.sh -b -p $HOME/miniconda
#- export PATH="$HOME/miniconda/bin:$PATH"
#- hash -r
#- conda config --set always_yes yes
#- conda update -q conda
#- conda info -a
#- conda create -q -n test-environment mpi4py scipy pytest Cython
#- source activate test-environment
#- python setup.py install

#script: cd $PWD/tests; mpirun -np 8 py.test

#notifications:
# email: false

0 comments on commit fb7ec3b

Please sign in to comment.