Skip to content

Commit abffe98

Browse files
committed
Update node; use pip
1 parent 0c77c18 commit abffe98

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

circle.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
machine:
2+
node:
3+
version: v6.1.0
24
post:
35
- pyenv global 2.7.12 3.5.2
46

57
dependencies:
68
pre:
7-
- cd nodejs;npm install
8-
- cd python;python2 setup.py install --user
9-
- cd python;python3 setup.py install --user
9+
- cd nodejs;npm install --dev
10+
- pip2 install pyelliptic cryptography
11+
- pip3 install pyelliptic cryptography
1012

1113
test:
1214
override:
13-
- node --version
14-
- which python2
15-
- which python3
1615
- cd nodejs;node test.js
1716
- cd python;python2 test.py
1817
- cd python;python3 test.py

0 commit comments

Comments
 (0)