Skip to content

Commit 0854580

Browse files
committed
Experimenting with travis
1 parent 16b6b9b commit 0854580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: python
22

33
python:
4+
- 2.6
45
- 2.7
6+
- 3.2
7+
- 3.3
58
script:
69
- cd python2
710
- python contemplate_koans.py about_asserts # add further koans here separated by spaces
11+
- python _runner_tests.py
812
notifications:
913
email: false
1014

0 commit comments

Comments
 (0)