We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abffe98 commit cd0c798Copy full SHA for cd0c798
1 file changed
circle.yml
@@ -5,10 +5,13 @@ machine:
5
- pyenv global 2.7.12 3.5.2
6
7
dependencies:
8
+ cache_directories:
9
+ - nodejs/node_modules
10
+ - .pyenv
11
pre:
- - cd nodejs;npm install --dev
- - pip2 install pyelliptic cryptography
- - pip3 install pyelliptic cryptography
12
+ - cd nodejs;npm install
13
+ - pip2 install -v pyelliptic cryptography
14
+ - pip3 install -v pyelliptic cryptography
15
16
test:
17
override:
0 commit comments