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