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

Skip to content

Commit 1270bea

Browse files
committed
run tests on simple import
1 parent cb5989d commit 1270bea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

circle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ dependencies:
1818
test:
1919
override:
2020

21+
# run test suite in all our python versions
22+
- bash circle/test.sh
23+
2124
# # test that it imports when you don't have file permissions
2225
# - chmod 000 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
2326
#
2427
# # test that setting permissions will work for import (and tests)
2528
# - chmod 660 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
2629

27-
# # test core things in the general 2.7 version that circle has
28-
# - nosetests -xv plotly/tests/test_core
29-
30-
# run test suite in all our python versions
31-
- bash circle/test.sh
30+
# test core things in the general 2.7 version that circle has
31+
- nosetests -xv plotly/tests/test_core

0 commit comments

Comments
 (0)