Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 19, 2016
1 parent 6fff78c commit e6c2726
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install:
- pip install nose

before_script:
- conda build conda/python-clang -c statiskit -c conda-forge --no-test
- conda build conda/python-autowig -c statiskit -c conda-forge --no-test
- conda install python-autowig -c statiskit -c conda-forge --use-local
- conda remove python-autowig
Expand All @@ -41,4 +42,6 @@ after_success:
anaconda login --username ${ANACONDA_USERNAME%%} --password ${ANACONDA_PASSWORD%%};
CONDA_FILE=`conda build conda/python-autowig --output`;
anaconda upload --user ${ANACONDA_CHANNEL%%} ${CONDA_FILE%%};
CONDA_FILE=`conda build conda/python-clang --output`;
anaconda upload --user ${ANACONDA_CHANNEL%%} ${CONDA_FILE%%};
fi

0 comments on commit e6c2726

Please sign in to comment.