Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8ffe66

Browse files
committed
try cacheing pyenv versions.
1 parent a13acb2 commit b8ffe66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ machine:
22
environment:
33
PLOTLY_PACKAGE_ROOT: /home/ubuntu/python-api
44
PLOTLY_CONFIG_DIR: ${HOME}/.plotly
5-
PLOTLY_VENV_DIR: ${HOME}/venvs
65
PLOTLY_PYTHON_VERSIONS: 2.6.8 2.7.8 3.3.3
76
PLOTLY_CORE_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/requirements.txt
87
PLOTLY_OPTIONAL_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/optional-requirements.txt
@@ -18,7 +17,7 @@ dependencies:
1817
- cd ~ && python -c "import plotly"
1918
cache_directories:
2019
# things we don't want to have to do again...
21-
- ${PLOTLY_VENV_DIR}
20+
- ${HOME}/.pyenv/versions
2221
test:
2322
override:
2423

0 commit comments

Comments
 (0)