File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 11machine :
2- python :
3- version : 2.7
42 environment :
53 PLOTLY_PACKAGE_ROOT : /home/ubuntu/python-api
64 PLOTLY_CONFIG_DIR : ${HOME}/.plotly
@@ -13,10 +11,10 @@ dependencies:
1311 # run all the pre-written installers (this will take a *while*)
1412 - bash circle/setup.sh
1513 # install testing tools for circle's version of things
16- - pip install nose coverage
14+ - PYENV_VERSION=2.7 && pip install nose coverage
1715 override :
18- - pip install -I .
19- - cd ~ && python -c "import plotly"
16+ - PYENV_VERSION=2.7 && pip install -I .
17+ - PYENV_VERSION=2.7 && cd ~ && python -c "import plotly"
2018test :
2119 override :
2220
3028# - chmod 660 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
3129
3230 # test core things in the general 2.7 version that circle has
33- - nosetests -xv plotly/tests --with-coverage --cover-package=plotly
34- - mkdir "${CIRCLE_ARTIFACTS}/${PYENV_VERSION} " || true
35- - coverage html -d "${CIRCLE_ARTIFACTS}/${PYENV_VERSION} " --title=${PYENV_VERSION}
31+ - PYENV_VERSION=2.7 && nosetests -xv plotly/tests --with-coverage --cover-package=plotly
32+ - mkdir "${CIRCLE_ARTIFACTS}/2.7 " || true
33+ - coverage html -d "${CIRCLE_ARTIFACTS}/2.7 " --title=2.7
You can’t perform that action at this time.
0 commit comments