Skip to content

Commit

Permalink
see if we even need to cache this stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
theengineear committed Nov 18, 2014
1 parent 5080f3e commit 9b32b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies:
override:
- pip install -I .
- cd ~ && python -c "import plotly"
cache_directories:
# things we don't want to have to do again...
- ${HOME}/.pyenv/versions
# cache_directories:
# # things we don't want to have to do again...
# - ${HOME}/.pyenv/versions
test:
override:

Expand Down

0 comments on commit 9b32b8c

Please sign in to comment.