Skip to content

Commit 9f5d32d

Browse files
committed
Install extras_requires in circle setup.
1 parent 404143e commit 9f5d32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
3636
# handle funkiness around python 2.6
3737
if [ ${version:0:3} == '2.6' ]
3838
then
39-
pip install simplejson ordereddict ||
39+
pip install -e '.[PY2.6]' ||
4040
error_exit "${LINENO}: can't install extras for Python ${version}"
4141
pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6} ||
4242
error_exit "${LINENO}: can't install optional for Python ${version}"

0 commit comments

Comments
 (0)