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

Commit

Permalink
fix local jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 27, 2016
1 parent 2f49de9 commit 3456bfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .local.jenkins.win.yml
Expand Up @@ -3,7 +3,6 @@ python:
- { PATH: "{{replace(Python34, '\\', '\\\\')}}", VERSION: 3.4, DIST: std }
- { PATH: "{{replace(Python35, '\\', '\\\\')}}", VERSION: 3.5, DIST: std }
- { PATH: "{{replace(Anaconda3, '\\', '\\\\')}}", VERSION: 3.5, DIST: conda }
- { PATH: "{{replace(Anaconda2, '\\', '\\\\')}}", VERSION: 2.7, DIST: conda }
- { PATH: "{{replace(WinPython35, '\\', '\\\\')}}", VERSION: 3.5, DIST: winpython }
virtualenv:
- path: {{ospathjoin(root_path, pickname("%NAME_JENKINS%", project_name + "_%VERSION%_%DIST%_%NAME%"), "_venv")}}
Expand Down

0 comments on commit 3456bfd

Please sign in to comment.