Skip to content

Commit

Permalink
Update CIs for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 13, 2017
1 parent cbf2bcb commit 9fd26c6
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 @@ -5,9 +5,9 @@ platform:
environment:
matrix:
- CONDA_RECIPE: python-autowig
PYTHON_VERSION: 2
CONDA_VERSION: 2
- CONDA_RECIPE: python-autowig
PYTHON_VERSION: 3
CONDA_VERSION: 3

install:
- git clone https://github.com/StatisKit/appveyor-ci.git appveyor-ci
Expand Down
4 changes: 2 additions & 2 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:

env:
- CONDA_RECIPE=python-autowig
PYTHON_VERSION=2
CONDA_VERSION=2
- CONDA_RECIPE=python-autowig
PYTHON_VERSION=3
CONDA_VERSION=3

matrix:
exclude:
Expand Down

0 comments on commit 9fd26c6

Please sign in to comment.