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 1
1
machine :
2
- python :
3
- version : 2.7
4
2
environment :
5
3
PLOTLY_PACKAGE_ROOT : /home/ubuntu/python-api
6
4
PLOTLY_CONFIG_DIR : ${HOME}/.plotly
@@ -13,10 +11,10 @@ dependencies:
13
11
# run all the pre-written installers (this will take a *while*)
14
12
- bash circle/setup.sh
15
13
# install testing tools for circle's version of things
16
- - pip install nose coverage
14
+ - PYENV_VERSION=2.7 && pip install nose coverage
17
15
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"
20
18
test :
21
19
override :
22
20
30
28
# - chmod 660 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
31
29
32
30
# 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