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 3239fcb commit 3a588c1Copy full SHA for 3a588c1
circle.yml
@@ -49,6 +49,7 @@ test:
49
- sudo chmod -R 777 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
50
51
# test core things in the general 2.7 version that circle has
52
+ - export PYENV_VERSION=python2
53
- nosetests -x plotly/tests/test_core --with-coverage --cover-package=plotly
54
- mkdir "${CIRCLE_ARTIFACTS}/2.7" || true
55
- coverage html -d "${CIRCLE_ARTIFACTS}/2.7" --title=2.7
0 commit comments