We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0597fce commit 61f08edCopy full SHA for 61f08ed
python2/.travis.yml
@@ -1,13 +1,15 @@
1
language: python
2
python:
3
- - "2.7"
+ - 2.7
4
+
5
script:
- - python contemplate_koans.py about_asserts
6
- # The rest of the koans required to complete session5 of @SciLifeLab http://github.com/pythonkurs
+ - 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
14
notifications:
- email: false
15
+ email: false
0 commit comments