Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 21, 2016
1 parent 8601ece commit 67cff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- { PATH: "{{replace(Anaconda2, '\\', '\\\\')}}", VERSION: 2.7, DIST: conda }
- { PATH: "{{replace(WinPython35, '\\', '\\\\')}}", VERSION: 3.5, DIST: winpython }
virtualenv:
- path: {{ospathjoin(root_path, project_name + "_%VERSION%_%DIST%_%NAME%", "_venv")}}
- path: {{ospathjoin(root_path, pickname("%NAME_JENKINS%", project_name + "_%VERSION%_%DIST%_%NAME%"), "_venv")}}
install:
- pip install -r requirements.txt
before_script:
Expand Down

0 comments on commit 67cff3d

Please sign in to comment.