Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Feb 9, 2018
1 parent 5ec9d44 commit bfde8cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ platform:

environment:
matrix:
- CONDA_RECIPE: libstatiskit_stl
- CONDA_RECIPE: python-statiskit_stl
- CONDA_RECIPE: bin\conda\libstatiskit_stl
- CONDA_RECIPE: bin\conda\python-statiskit_stl
CONDA_VERSION: 2
- CONDA_RECIPE: python-statiskit_stl
- CONDA_RECIPE: bin\conda\python-statiskit_stl
CONDA_VERSION: 3

install:
Expand Down
6 changes: 3 additions & 3 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ os:
sudo: required

env:
- CONDA_RECIPE=libstatiskit_stl
- CONDA_RECIPE=python-statiskit_stl
- CONDA_RECIPE=bin/conda/libstatiskit_stl
- CONDA_RECIPE=bin/conda/python-statiskit_stl
CONDA_VERSION=2
- CONDA_RECIPE=python-statiskit_stl
- CONDA_RECIPE=bin/conda/python-statiskit_stl
CONDA_VERSION=3

install:
Expand Down

0 comments on commit bfde8cf

Please sign in to comment.