Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a588c1

Browse files
committed
fixup (export PYENV_VERSION before 2.7 tests)
1 parent 3239fcb commit 3a588c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ test:
4949
- sudo chmod -R 777 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
5050

5151
# test core things in the general 2.7 version that circle has
52+
- export PYENV_VERSION=python2
5253
- nosetests -x plotly/tests/test_core --with-coverage --cover-package=plotly
5354
- mkdir "${CIRCLE_ARTIFACTS}/2.7" || true
5455
- coverage html -d "${CIRCLE_ARTIFACTS}/2.7" --title=2.7

0 commit comments

Comments
 (0)