Skip to content

Commit

Permalink
Fix conda-build issues: remove Python 2.7 as a conda-build target on …
Browse files Browse the repository at this point in the history
…macOS
  • Loading branch information
PMeira committed Mar 1, 2019
1 parent 4f450de commit 38ac553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
python:
- 2.7
# - 3.4
- 2.7 # [win or linux64]
- 3.5
- 3.6
- 3.7
Expand Down
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package:
version: "0.10.2"

source:
git_rev: "0.10.2"
git_url: https://github.com/dss-extensions/dss_python.git
#path: ..
#git_rev: "0.10.2"
#git_url: https://github.com/dss-extensions/dss_python.git
path: ..

build:
script_env:
Expand Down

0 comments on commit 38ac553

Please sign in to comment.