Thanks to visit codestin.com Credit goes to github.com
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 498abf7 commit 70fef9dCopy full SHA for 70fef9d
circle.yml
@@ -1,4 +1,6 @@
1
machine:
2
+ python:
3
+ version: 2.7
4
environment:
5
PLOTLY_PACKAGE_ROOT: /home/ubuntu/python-api
6
PLOTLY_CONFIG_DIR: ${HOME}/.plotly
@@ -11,7 +13,6 @@ dependencies:
11
13
# run all the pre-written installers (this will take a *while*)
12
14
- bash circle/setup.sh
15
# install testing tools for circle's version of things
- - export PYENV_VERSION=2.7
16
- pip install nose coverage
17
override:
18
- pip install -I .
@@ -20,7 +21,7 @@ test:
20
21
22
23
# run test suite in all our python versions
- - bash circle/test.sh
24
+# - bash circle/test.sh
25
26
# # test that it imports when you don't have file permissions
27
# - chmod 000 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
0 commit comments