Skip to content

Commit b7c95c8

Browse files
author
Roman Valls Guimera
committed
Travis does not enlighten itself, why?
1 parent 61f08ed commit b7c95c8

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

python2/.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: python
2+
23
python:
34
- 2.7
4-
55
script:
66
- python contemplate_koans.py about_asserts # add further koans here separated by spaces
7-
8-
# Some other koans (see runner/sensei.py or "ls koans" to see the light):
9-
#
10-
# about_none about_lists about_list_assignments about_dictionaries
11-
# about_strings about_tuples about_methods about_control_statements
12-
# about_true_and_false about_sets
13-
147
notifications:
158
email: false
9+
10+
# Some other koans (see runner/sensei.py or "ls koans" to see the light):
11+
#
12+
# about_none about_lists about_list_assignments about_dictionaries
13+
# about_strings about_tuples about_methods about_control_statements
14+
# about_true_and_false about_sets ...

0 commit comments

Comments
 (0)