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 cf8048a commit 7c3bac6Copy full SHA for 7c3bac6
circle.yml
@@ -7,13 +7,15 @@ machine:
7
PLOTLY_OPTIONAL_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/optional-requirements.txt
8
PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6: ${PLOTLY_PACKAGE_ROOT}/optional-requirements-2-6.txt
9
dependencies:
10
- pre:
+ override:
11
+
12
# run all the pre-written installers (this will take a *while*)
13
- bash circle/setup.sh
14
15
# install testing tools for circle's version of things
16
- pip install nose coverage
- override:
17
- pip install -I .
18
19
# we need to cd out of the project root to ensure the install worked
20
- cd ~ && python -c "import plotly"
21
test:
0 commit comments