File tree Expand file tree Collapse file tree 5 files changed +8
-26
lines changed
Expand file tree Collapse file tree 5 files changed +8
-26
lines changed Original file line number Diff line number Diff line change 66
77install :
88 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OS=MacOSX; else export OS=Linux; fi
9- - wget https://repo.continuum.io/miniconda/Miniconda3-latest -$OS-x86_64.sh -O miniconda.sh
9+ - wget https://repo.continuum.io/miniconda/Miniconda3-4.2.12 -$OS-x86_64.sh -O miniconda.sh
1010 - bash miniconda.sh -b -p $HOME/miniconda
1111 - export PATH="$HOME/miniconda/bin:$PATH" VERSION=$(git describe --tags) MACOSX_DEPLOYMENT_TARGET=10.9
1212 - hash -r
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /bin/bash -x
22set -e
33export PATH=" $HOME /miniconda/bin:$PATH "
4- anaconda -t $ANACONDA_TOKEN upload --force $HOME /miniconda/ conda-bld/ * /smcpp- * .tar.bz2
4+ anaconda -t $ANACONDA_TOKEN upload --force $( conda build --output conda )
55
66# Next, build
77constructor conda
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ source:
1010requirements:
1111 build:
1212 - nomkl
13- - python >= 3.5
13+ - python 3.5.2
1414 - gcc 4.8.5
1515 - libgcc 4.8.5
1616 - gmp >=6.1
@@ -22,7 +22,8 @@ requirements:
2222 - setuptools_scm >=1.15.0
2323 run:
2424 - nomkl
25- - python >=3.5
25+ - conda
26+ - python 3.5.2
2627 - libgcc 4.8.5
2728 - gmp >=6.1
2829 - gsl >=2.2
@@ -43,12 +44,10 @@ requirements:
4344 - wrapt >=1.10.8
4445 - ad >=1.3.2
4546
46- test:
47- imports:
48- - smcpp
49- - smcpp._smcpp
50-
5147about:
5248 home: https://github.com/popgenmethods/smcpp
5349 license: BSD
5450 license_file: LICENSE
51+
52+ build:
53+ script: python setup.py install --single-version-externally-managed --record=/dev/null
You can’t perform that action at this time.
0 commit comments