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 cb5989d commit 1270beaCopy full SHA for 1270bea
circle.yml
@@ -18,14 +18,14 @@ dependencies:
18
test:
19
override:
20
21
+ # run test suite in all our python versions
22
+ - bash circle/test.sh
23
+
24
# # test that it imports when you don't have file permissions
25
# - chmod 000 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
26
#
27
# # test that setting permissions will work for import (and tests)
28
# - chmod 660 ${PLOTLY_CONFIG_DIR} && python -c "import plotly"
29
-# # test core things in the general 2.7 version that circle has
-# - nosetests -xv plotly/tests/test_core
-
30
- # run test suite in all our python versions
31
- - bash circle/test.sh
+ # test core things in the general 2.7 version that circle has
+ - nosetests -xv plotly/tests/test_core
0 commit comments