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

Commit 3668f64

Browse files
Update .binstar for Python engine on windows
1 parent 8040ed1 commit 3668f64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.binstar.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,18 @@ script:
5050
- echo "PYTHONPATH below should include ./conda_tmp"
5151
- echo %PYTHONPATH%
5252
- protoci-difference-build .
53+
engine:
54+
- python=2.7
55+
- python=3.4
56+
- python=3.5
5357
---
5458
platform: win-64
5559
script:
5660
- set PYTHONPATH=%PYTHONPATH%:.\conda_tmp\conda-build:.\conda_tmp\conda
5761
- echo "PYTHONPATH below should include ./conda_tmp"
5862
- echo %PYTHONPATH%
5963
- protoci-difference-build .
64+
engine:
65+
- python=2.7
66+
- python=3.4
67+
- python=3.5

0 commit comments

Comments
 (0)