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 5be9e77 commit a6b7044Copy full SHA for a6b7044
circle.yml
@@ -1,11 +1,15 @@
1
machine:
2
+
3
environment:
4
5
PLOTLY_PACKAGE_ROOT: /home/ubuntu/python-api
6
PLOTLY_CONFIG_DIR: ${HOME}/.plotly
7
PLOTLY_PYTHON_VERSIONS: 2.7.8 3.3.3 3.4.1
8
PLOTLY_CORE_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/requirements.txt
9
PLOTLY_OPTIONAL_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/optional-requirements.txt
10
11
dependencies:
12
13
override:
14
15
# run all the pre-written installers (this will take a *while*)
@@ -19,8 +23,11 @@ dependencies:
19
23
- cd ~ && python -c "import plotly"
20
24
21
25
cache_directories:
26
22
27
- "~/.pyenv/versions" # attempt to just cache installed pyenv things
28
29
test:
30
31
32
33
# run test suite in all our python versions
0 commit comments