Skip to content

Commit 8330bcd

Browse files
committed
remove cache code that doesn't work
1 parent 9f81b63 commit 8330bcd

File tree

4 files changed

+4
-41
lines changed

4 files changed

+4
-41
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ deploy:
3535
detect_encoding: true
3636
on:
3737
branch: master
38-
after_deploy:
39-
- make invalidate_cache

.travis/cloudfront_invalidate.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

.travis/reset_cloudfront_cache.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all: render s3_upload
99
clean:
1010
rm -f Examples.*.ipynb
1111
rm -f *.pyc
12-
rm -f .Rhistory
12+
rm -f .Rhistory
1313

1414
travis: render
1515
echo "Done"
@@ -26,7 +26,8 @@ s3_upload:
2626
run_nb:
2727
jupyter nbconvert --to notebook --execute "Examples.ipynb" --output "Examples.$(GIT_COMMIT).ipynb"
2828

29-
invalidate_cache:
30-
AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY python ./.travis/cloudfront_invalidate.py
29+
dev_environment:
30+
conda env update
31+
source activate pythonplot && pip install -r requirements.txt
3132

3233
.PHONY: all render s3_upload run_nb travis clean invalidate_cache

0 commit comments

Comments
 (0)