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 5c7fb7b commit 3fb909aCopy full SHA for 3fb909a
circle.yml
@@ -34,6 +34,6 @@ test:
34
# - sudo chmod 600 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
35
36
# test core things in the general 2.7 version that circle has
37
- - nosetests -xv plotly/tests --with-coverage --cover-package=plotly
+ - nosetests -xv plotly/tests/test_core --with-coverage --cover-package=plotly
38
- mkdir "${CIRCLE_ARTIFACTS}/2.7" || true
39
- coverage html -d "${CIRCLE_ARTIFACTS}/2.7" --title=2.7
0 commit comments