We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c77c18 commit abffe98Copy full SHA for abffe98
1 file changed
circle.yml
@@ -1,18 +1,17 @@
1
machine:
2
+ node:
3
+ version: v6.1.0
4
post:
5
- pyenv global 2.7.12 3.5.2
6
7
dependencies:
8
pre:
- - cd nodejs;npm install
- - cd python;python2 setup.py install --user
9
- - cd python;python3 setup.py install --user
+ - cd nodejs;npm install --dev
10
+ - pip2 install pyelliptic cryptography
11
+ - pip3 install pyelliptic cryptography
12
13
test:
14
override:
- - node --version
- - which python2
15
- - which python3
16
- cd nodejs;node test.js
17
- cd python;python2 test.py
18
- cd python;python3 test.py
0 commit comments