Skip to content

Commit

Permalink
Install asdf python plugin on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lazarev committed Sep 6, 2017
1 parent 1fce148 commit 858addb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- if ! asdf | grep version; then git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.2.1; fi
- asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git || true
- asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git || true
- asdf plugin-add python https://github.com/tuvistavie/asdf-python.git || true
- asdf install
- cp .tool-versions ~/.tool-versions
- bin/setup

0 comments on commit 858addb

Please sign in to comment.