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

Skip to content

Commit 70fef9d

Browse files
committed
Set general python version (i think this will set pyenv version)
1 parent 498abf7 commit 70fef9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
machine:
2+
python:
3+
version: 2.7
24
environment:
35
PLOTLY_PACKAGE_ROOT: /home/ubuntu/python-api
46
PLOTLY_CONFIG_DIR: ${HOME}/.plotly
@@ -11,7 +13,6 @@ dependencies:
1113
# run all the pre-written installers (this will take a *while*)
1214
- bash circle/setup.sh
1315
# install testing tools for circle's version of things
14-
- export PYENV_VERSION=2.7
1516
- pip install nose coverage
1617
override:
1718
- pip install -I .
@@ -20,7 +21,7 @@ test:
2021
override:
2122

2223
# run test suite in all our python versions
23-
- bash circle/test.sh
24+
# - bash circle/test.sh
2425

2526
# # test that it imports when you don't have file permissions
2627
# - chmod 000 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"

0 commit comments

Comments
 (0)