Skip to content

Commit 4cb6947

Browse files
committed
Fix makefile bug
1 parent a20f480 commit 4cb6947

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ clean:
1010
rm -f *.pyc
1111
rm -f .Rhistory
1212

13-
travis: test render
14-
python ./.travis/ authenticate_plotly.py
13+
travis: test render plotly_auth
14+
15+
plotly_auth:
16+
python ./.travis/authenticate_plotly.py
1517

1618
test:
1719
python -m pytest tests/
@@ -35,4 +37,4 @@ dev_environment:
3537
cloudfront_invalidate:
3638
python .travis/invalidate_cloudfront.py
3739

38-
.PHONY: all qrender render s3_upload run_nb travis clean cloudfront_invalidate test dev_environment
40+
.PHONY: all qrender render s3_upload run_nb travis clean cloudfront_invalidate test dev_environment plotly_auth

0 commit comments

Comments
 (0)