Commit 642e305b authored by Jason R Laura's avatar Jason R Laura
Browse files

Trying to swap from build.py to menpo's solution

parent b142e4f1
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -49,10 +49,19 @@ install:
  - conda install -n root conda-build
  - conda install sh anaconda-client
  
  # Straight from the menpo team
  - if [["$TRAVIS_OS_NAME" == "osx"]]; then
      curl -o condaci.py https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py;
    else
      wget https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py -O condaci.py;
    fi
  - python condaci.py setup


script:
  - nosetests --with-coverage --cover-package=plio
  # After test success, package and upload to Anaconda
  - python build.py --project plio
  - ~/miniconda/bin/python condaci.py build ./conda

after_success:
  - coveralls