Skip to content

Commit

Permalink
speeding up build by caching python 3.5.1 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 18, 2016
1 parent ddedba6 commit 69ebe6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Expand Up @@ -4,6 +4,10 @@ machine:
post:
- pyenv global 2.7.11 3.5.1
dependencies:
cache_directories:
- /home/ubuntu/virtualenvs/venv-2.7.11
- /opt/circleci/python/3.5.1
- /opt/circleci/.pyenv/shims
pre:
- pip2 install git+git://github.com/jonrkarr/junit2html.git
- pip3 install git+git://github.com/jonrkarr/junit2html.git
Expand Down

0 comments on commit 69ebe6b

Please sign in to comment.