Skip to content

Commit 0597fce

Browse files
author
Roman Valls Guimera
committed
Adding integration with Travis-CI for automatic Zen illumination
1 parent 384f397 commit 0597fce

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

python2/.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
script:
5+
- python contemplate_koans.py about_asserts
6+
# The rest of the koans required to complete session5 of @SciLifeLab http://github.com/pythonkurs
7+
#
8+
# about_none about_lists about_list_assignments about_dictionaries
9+
# about_strings about_tuples about_methods about_control_statements
10+
# about_true_and_false about_sets
11+
12+
notifications:
13+
email: false

0 commit comments

Comments
 (0)