Skip to content

Commit

Permalink
remove conda from automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 25, 2018
1 parent d4595b3 commit 950ab8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .local.jenkins.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python

python:
- { PATH: "{{replace(Python36, '\\', '\\\\')}}", VERSION: 3.6, DIST: std }
- { PATH: "{{replace(Anaconda3, '\\', '\\\\')}}", VERSION: 3.6, DIST: conda }

virtualenv:
- path: {{ospathjoin(root_path, pickname("%NAME_JENKINS%", project_name + "_%VERSION%_%DIST%_%NAME%"), "_venv")}}
Expand Down

0 comments on commit 950ab8b

Please sign in to comment.