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 fd68b07 commit cd731c8
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
@@ -1,7 +1,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")}}
install:
Expand Down

0 comments on commit cd731c8

Please sign in to comment.