We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f08ed commit b7c95c8Copy full SHA for b7c95c8
1 file changed
python2/.travis.yml
@@ -1,15 +1,14 @@
1
language: python
2
+
3
python:
4
- 2.7
-
5
script:
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):
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:
15
email: false
+# Some other koans (see runner/sensei.py or "ls koans" to see the light):
+#
+# about_none about_lists about_list_assignments about_dictionaries
+# about_strings about_tuples about_methods about_control_statements
+# about_true_and_false about_sets ...
0 commit comments