We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2225e commit e6d6487Copy full SHA for e6d6487
Makefile
@@ -10,7 +10,7 @@ clean:
10
rm -f *.pyc
11
rm -f .Rhistory
12
13
-travis: plotly_auth test render
+travis: test render
14
15
plotly_auth:
16
python ./.travis/authenticate_plotly.py
@@ -37,4 +37,4 @@ dev_environment:
37
cloudfront_invalidate:
38
python .travis/invalidate_cloudfront.py
39
40
-.PHONY: all qrender render s3_upload run_nb travis clean cloudfront_invalidate test dev_environment plotly_auth
+.PHONY: all qrender render s3_upload run_nb travis clean cloudfront_invalidate test dev_environment plotly_auth
0 commit comments