Skip to content

Commit 3fb909a

Browse files
committed
This should only be testing core functionality.
1 parent 5c7fb7b commit 3fb909a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ test:
3434
# - sudo chmod 600 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
3535

3636
# test core things in the general 2.7 version that circle has
37-
- nosetests -xv plotly/tests --with-coverage --cover-package=plotly
37+
- nosetests -xv plotly/tests/test_core --with-coverage --cover-package=plotly
3838
- mkdir "${CIRCLE_ARTIFACTS}/2.7" || true
3939
- coverage html -d "${CIRCLE_ARTIFACTS}/2.7" --title=2.7

0 commit comments

Comments
 (0)