Skip to content

Commit 7c3bac6

Browse files
committed
just override dependencies, don’t bother with pre
1 parent cf8048a commit 7c3bac6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

circle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ machine:
77
PLOTLY_OPTIONAL_REQUIREMENTS_FILE: ${PLOTLY_PACKAGE_ROOT}/optional-requirements.txt
88
PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6: ${PLOTLY_PACKAGE_ROOT}/optional-requirements-2-6.txt
99
dependencies:
10-
pre:
10+
override:
11+
1112
# run all the pre-written installers (this will take a *while*)
1213
- bash circle/setup.sh
14+
1315
# install testing tools for circle's version of things
1416
- pip install nose coverage
15-
override:
1617
- pip install -I .
18+
1719
# we need to cd out of the project root to ensure the install worked
1820
- cd ~ && python -c "import plotly"
1921
test:

0 commit comments

Comments
 (0)