Skip to content

Commit

Permalink
Build installers for orange3 release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Sep 4, 2017
1 parent 2cbcf52 commit ddc4f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
# Branch (or any remote ref, i.e. pull/10/head) to fetch
- BUILD_BRANCH=master
# Commit tag/ref to checkout
- BUILD_COMMIT=HEAD
- BUILD_COMMIT=3.5.0

cache:
ccache: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
# Branch/ref from which to pull
BUILD_BRANCH: master
# Commit ref/tag to checkout
BUILD_COMMIT: FETCH_HEAD
BUILD_COMMIT: 3.5.0

# fixes build env dependencies for building orange3 wheels
BUILD_DEPS: --only-binary numpy --extra-index-url=https://pypi.anaconda.org/ales-erjavec/simple numpy==1.9.3 wheel
Expand Down

0 comments on commit ddc4f6e

Please sign in to comment.