Skip to content

Commit a36ee9d

Browse files
committed
Merge pull request #100 from plotly/ditch-circle-yml
Ditch circle yml
2 parents 687e87c + ad06cd6 commit a36ee9d

22 files changed

+0
-10859
lines changed

circle.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +0,0 @@
1-
## Customize the test machine (pass)
2-
3-
## Customize checkout
4-
checkout:
5-
post:
6-
- git submodule sync
7-
- git submodule update --init # use submodules
8-
9-
## Customize dependencies
10-
dependencies:
11-
post:
12-
- pip install -I .
13-
- cd ~ && python -c "import plotly"
14-
- pip install matplotlib
15-
16-
## Customize database setup (pass)
17-
18-
## Customize test commands
19-
test:
20-
post:
21-
- nosetests -w plotly/tests/test_optional
22-
- pip uninstall -y matplotlib
23-
- nosetests -w plotly/tests/test_core
24-
- chmod 000 ~/.plotly && python -c "import plotly"
25-
26-
## Customize deployment commands (pass)
27-
28-
## Custom notifications (pass)

make_instructions.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Available targets (i.e. $ make target):
3838

3939
pull_refs -> pull in graph_reference *master* branch
4040

41-
make_coverage -> (requires `nose` and `coverage`) run tests with coverage
42-
4341
################################################################################
4442

4543
Getting setup:

makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,3 @@ pull_chunked : submodules/chunked_requests
5959
@echo ""
6060
@echo "Pulling down updates from chunked_requests"
6161
cd submodules/chunked_requests; git pull origin master
62-
63-
run_coverage :
64-
@echo ""
65-
@echo "Running api nosetests with coverage"
66-
nosetests -w plotly/tests --with-coverage --cover-erase --cover-package plotly.plotly.plotly --cover-package plotly.graph_objs.graph_objs --cover-package plotly.graph_objs.graph_objs_tools --cover-package plotly.matplotlylib.mpltools --cover-package plotly.matplotlylib.renderer --cover-package plotly.tools --cover-package plotly.exceptions --cover-package plotly.utils --cover-package plotly.version
67-
@echo "Removing old html if it exists"
68-
if [ -d plotly/tests/coverage ]; then rm -rf plotly/tests/coverage; fi
69-
@echo "Generating html with coverage"
70-
coverage html -d plotly/tests/coverage
71-
72-

0 commit comments

Comments
 (0)