Skip to content

Commit cd0c798

Browse files
committed
Adding caching
1 parent abffe98 commit cd0c798

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

circle.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ machine:
55
- pyenv global 2.7.12 3.5.2
66

77
dependencies:
8+
cache_directories:
9+
- nodejs/node_modules
10+
- .pyenv
811
pre:
9-
- cd nodejs;npm install --dev
10-
- pip2 install pyelliptic cryptography
11-
- pip3 install pyelliptic cryptography
12+
- cd nodejs;npm install
13+
- pip2 install -v pyelliptic cryptography
14+
- pip3 install -v pyelliptic cryptography
1215

1316
test:
1417
override:

0 commit comments

Comments
 (0)