Skip to content

Commit d8758c1

Browse files
committed
Testing circle for CI
1 parent 9a22cc2 commit d8758c1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

circle.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
machine:
2+
post:
3+
- pyenv global 2.7.12 3.5.2
4+
5+
dependencies:
6+
pre:
7+
- cd nodejs;npm install
8+
- cd python;python2 setup.py install --user
9+
- cd python;python3 setup.py install --user
10+
11+
test:
12+
override:
13+
- cd nodejs;node test.js
14+
- cd python;python2 test.py
15+
- cd python;python3 test.py

0 commit comments

Comments
 (0)