Skip to content

Commit

Permalink
Update CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Nov 7, 2017
1 parent 67902fa commit 566c95f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ platform:

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

install:
Expand Down
4 changes: 2 additions & 2 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ os:
sudo: required

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

install:
Expand Down

0 comments on commit 566c95f

Please sign in to comment.