Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13acb2 commit b8ffe66Copy full SHA for b8ffe66
circle.yml
@@ -2,7 +2,6 @@ machine:
2
environment:
3
PLOTLY_PACKAGE_ROOT: /home/ubuntu/python-api
4
PLOTLY_CONFIG_DIR: ${HOME}/.plotly
5
- PLOTLY_VENV_DIR: ${HOME}/venvs
6
PLOTLY_PYTHON_VERSIONS: 2.6.8 2.7.8 3.3.3
7
PLOTLY_CORE_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/requirements.txt
8
PLOTLY_OPTIONAL_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/optional-requirements.txt
@@ -18,7 +17,7 @@ dependencies:
18
17
- cd ~ && python -c "import plotly"
19
cache_directories:
20
# things we don't want to have to do again...
21
- - ${PLOTLY_VENV_DIR}
+ - ${HOME}/.pyenv/versions
22
test:
23
override:
24
0 commit comments