Skip to content

Commit 5939576

Browse files
committed
give up on multiple python versions
1 parent cd0c798 commit 5939576

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

circle.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
machine:
22
node:
33
version: v6.1.0
4-
post:
5-
- pyenv global 2.7.12 3.5.2
4+
python:
5+
version: 3.5.2
66

77
dependencies:
88
cache_directories:
99
- nodejs/node_modules
10-
- .pyenv
1110
pre:
1211
- cd nodejs;npm install
13-
- pip2 install -v pyelliptic cryptography
14-
- pip3 install -v pyelliptic cryptography
12+
- pip install -v pyelliptic cryptography
1513

1614
test:
1715
override:
1816
- cd nodejs;node test.js
19-
- cd python;python2 test.py
20-
- cd python;python3 test.py
17+
- cd python;python test.py

0 commit comments

Comments
 (0)