Skip to content

Commit

Permalink
Require specific python version for conda build based on travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
seignovert committed Feb 10, 2019
1 parent 69e80a6 commit d4198d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipe/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ hash -r
conda install -q -y conda-build anaconda-client

# Build recipe and upload it to anaconda cloud
conda build recipe/ --token $CONDA_TOKEN --user $USERNAME
conda build recipe/ --token $CONDA_TOKEN --user $USERNAME --python $TRAVIS_PYTHON_VERSION
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ build:
requirements:
build:
- pip
- python
- python {{ python }}
- pbr
run:
- python
- python {{ python }}
- requests

test:
Expand Down

0 comments on commit d4198d5

Please sign in to comment.