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

Commit

Permalink
update jenkins anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 16, 2017
1 parent 07e853a commit d2fc895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.win.yml
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- { PATH: "{{replace(Python35, '\\', '\\\\')}}", VERSION: 3.5, DIST: std }
- { PATH: "{{replace(Python36, '\\', '\\\\')}}", VERSION: 3.6, DIST: std }
- { PATH: "{{replace(Anaconda3, '\\', '\\\\')}}", VERSION: 3.5, DIST: conda }
- { PATH: "{{replace(Anaconda3, '\\', '\\\\')}}", VERSION: 3.6, DIST: conda }
- { PATH: "{{replace(WinPython36, '\\', '\\\\')}}", VERSION: 3.6, DIST: winpython }
virtualenv:
- path: {{ospathjoin(root_path, pickname("%NAME_JENKINS%", project_name + "_%VERSION%_%DIST%_%NAME%"), "_venv")}}
Expand Down

0 comments on commit d2fc895

Please sign in to comment.