Skip to content

Commit 0c77c18

Browse files
committed
Adding debugging
1 parent d8758c1 commit 0c77c18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ dependencies:
1010

1111
test:
1212
override:
13+
- node --version
14+
- which python2
15+
- which python3
1316
- cd nodejs;node test.js
1417
- cd python;python2 test.py
1518
- cd python;python3 test.py

0 commit comments

Comments
 (0)