Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Update .binstar for Python engine on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDSteinberg committed Apr 7, 2016
1 parent 8040ed1 commit 3668f64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .binstar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,18 @@ script:
- echo "PYTHONPATH below should include ./conda_tmp"
- echo %PYTHONPATH%
- protoci-difference-build .
engine:
- python=2.7
- python=3.4
- python=3.5
---
platform: win-64
script:
- set PYTHONPATH=%PYTHONPATH%:.\conda_tmp\conda-build:.\conda_tmp\conda
- echo "PYTHONPATH below should include ./conda_tmp"
- echo %PYTHONPATH%
- protoci-difference-build .
engine:
- python=2.7
- python=3.4
- python=3.5

0 comments on commit 3668f64

Please sign in to comment.