Skip to content

Commit 61f08ed

Browse files
author
Roman Valls Guimera
committed
Bad karma with travis koans
1 parent 0597fce commit 61f08ed

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

python2/.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
language: python
22
python:
3-
- "2.7"
3+
- 2.7
4+
45
script:
5-
- python contemplate_koans.py about_asserts
6-
# The rest of the koans required to complete session5 of @SciLifeLab http://github.com/pythonkurs
6+
- 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):
79
#
810
# about_none about_lists about_list_assignments about_dictionaries
911
# about_strings about_tuples about_methods about_control_statements
1012
# about_true_and_false about_sets
1113

1214
notifications:
13-
email: false
15+
email: false

0 commit comments

Comments
 (0)